Skip to content

Commit

Permalink
update error comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavsinghvi11 committed Oct 9, 2024
1 parent d022c15 commit 96476b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspy/retrieve/pgvector_rm.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from psycopg2 import sql
except ImportError:
raise ImportError(
"The 'pgvector' extra is required to use PgVectorRM. Install it with `pip install dspy-ai[pgvector]`",
"The 'pgvector' extra is required to use PgVectorRM. Install it with `pip install dspy-ai[pgvector]`. Also, try `pip install pgvector psycopg2`.",
)
try:
import openai
Expand Down

0 comments on commit 96476b9

Please sign in to comment.