Skip to main content
Steps: 1. Run: ./cookbook/scripts/run_pgvector.sh to start a postgres container with pgvector 2. Run: uv pip install mistralai sqlalchemy 'psycopg[binary]' pgvector to install the dependencies 3. Run: python cookbook/92_models/mistral/memory.py to run the agent

Run the Example