Skip to main content

Code

cookbook/agent_concepts/vector_dbs/couchbase.py

Usage

1

Create a virtual environment

Open the Terminal and create a python virtual environment.
2

Start Couchbase

Then access http://localhost:8091 and create:
  • Bucket: recipe_bucket
  • Scope: recipe_scope
  • Collection: recipes
3

Install libraries

4

Set environment variables

5

Run Agent