Skip to content

Commit

Permalink
Merge branch 'main' into mlx_transcribe
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Oct 29, 2024
2 parents 79cd5c5 + 655bdc7 commit f648a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/rag/01_traditional_rag_pgvector.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
1. Run: `./cookbook/run_pgvector.sh` to start a postgres container with pgvector
2. Run: `pip install openai sqlalchemy 'psycopg[binary]' pgvector phidata` to install the dependencies
3. Run: `python cookbook/rag/01_traditional_rag.py` to run the agent
3. Run: `python cookbook/rag/01_traditional_rag_pgvector.py` to run the agent
"""

from phi.agent import Agent
Expand Down

0 comments on commit f648a2e

Please sign in to comment.