Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: pgvector docs issues #29438

Open
efriis opened this issue Jan 27, 2025 — with Slack · 0 comments
Open

docs: pgvector docs issues #29438

efriis opened this issue Jan 27, 2025 — with Slack · 0 comments
Labels
🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder investigate Flagged for investigation.

Comments

Copy link
Member

efriis commented Jan 27, 2025

https://python.langchain.com/docs/integrations/vectorstores/pgvector/ install instructions in these docs are wrong, you get this error if you follow them

ImportError: no pq wrapper available.
Attempts made:
- couldn't import psycopg 'c' implementation: No module named 'psycopg_c'
- couldn't import psycopg 'binary' implementation: No module named 'psycopg_binary'
- couldn't import psycopg 'python' implementation: libpq library not found

Easiest fix is to tell user to install psycopg-binary too, and add a link to psycopg docs for explanation of additional options

@langcarl langcarl bot added the investigate Flagged for investigation. label Jan 27, 2025
@dosubot dosubot bot added the 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder investigate Flagged for investigation.
Projects
None yet
Development

No branches or pull requests

1 participant