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

Add pgvector client sqlalchemy #10

Merged
merged 35 commits into from
Sep 12, 2023
Merged

Conversation

ioanarm
Copy link
Contributor

@ioanarm ioanarm commented Sep 12, 2023

Resolves #4
Adds pgvector support with sqlalchemy

Adds: Create, Delete, Get, List functionality for collections in the DB.
Adds: Insert/Update, Delete, Get and Query based on cosine similarity functionality for collection points in the DB

@ioanarm ioanarm force-pushed the add-pgvector-client-sqlalchemy branch from 75166ca to db13ca7 Compare September 12, 2023 12:21
@ioanarm ioanarm marked this pull request as ready for review September 12, 2023 14:26
Copy link
Collaborator

@yoziru yoziru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get this in, it's a good base we can build on top

@yoziru yoziru mentioned this pull request Sep 12, 2023
@ioanarm ioanarm force-pushed the add-pgvector-client-sqlalchemy branch from 04972ab to eea1417 Compare September 12, 2023 14:59
@ioanarm ioanarm merged commit 761e386 into main Sep 12, 2023
2 checks passed
@ioanarm ioanarm deleted the add-pgvector-client-sqlalchemy branch September 12, 2023 15:00
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

Successfully merging this pull request may close these issues.

Add pgvector support
2 participants