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

feat: support pgvector #1624

Merged
merged 4 commits into from
Feb 20, 2024
Merged

feat: support pgvector #1624

merged 4 commits into from
Feb 20, 2024

Conversation

Anhui-tqhuang
Copy link
Contributor

@Anhui-tqhuang Anhui-tqhuang commented Feb 20, 2024

add pgvector as one option to vector store with the following configurations

The available configuration options are:

Field Description
host The server hosting the Postgres database. Default is localhost
port The port on which the Postgres database is accessible. Default is 5432
database The specific database to connect to. Default is postgres
user The username for database access. Default is postgres
password The password for database access. (Required)
embed_dim The dimensionality of the embedding model (Required)
schema_name The database schema to use. Default is private_gpt
table_name The database table to use. Default is embeddings

Copy link
Contributor

Copy link
Contributor

Copy link
Contributor

imartinez
imartinez previously approved these changes Feb 20, 2024
Copy link
Collaborator

@imartinez imartinez left a comment

Choose a reason for hiding this comment

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

Great addition and execution!

Copy link
Contributor

@imartinez imartinez merged commit cd40e39 into zylon-ai:main Feb 20, 2024
8 checks passed
@Anhui-tqhuang Anhui-tqhuang deleted the pgvector branch February 20, 2024 14:30
simonbermudez pushed a commit to simonbermudez/saimon that referenced this pull request Feb 24, 2024
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.

2 participants