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

Run the Example