Skip to content

Commit

Permalink
Chore/autogen deps (#218)
Browse files Browse the repository at this point in the history
* chore: Add autogen example

* add deps

---------

Signed-off-by: Daniel Chalef <[email protected]>
  • Loading branch information
danielchalef authored Oct 7, 2024
1 parent 5794dc4 commit b32e33c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/autogen-agent/agent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@
"- Inspect Facts within Zep, and demonstrate how to use Zep's Fact Ratings to improve the quality of returned facts.\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Install dependencies:\n",
"\n",
"```bash\n",
"pip install autogen zep-cloud\n",
"```\n"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down

0 comments on commit b32e33c

Please sign in to comment.