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

Support pgvector retriever integration #5

Open
shamspias opened this issue Oct 8, 2024 · 0 comments
Open

Support pgvector retriever integration #5

shamspias opened this issue Oct 8, 2024 · 0 comments

Comments

@shamspias
Copy link

Add full support for the pgvector retriever in the configuration module. This includes the following updates:

  • Implement the make_pgvector_retriever function to connect to a pgvector index.
  • Update make_retriever to support the pgvector option.
  • Add support for async mode in the PGVector retriever initialization.
  • Improve type annotations and error handling to enhance stability.
  • Update the README and example.env files with relevant documentation and environment variable examples for pgvector configuration.

Impact:

This feature will improve the flexibility and ease of using pgvector within the project, providing better support for connecting to pgvector indexes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant