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 clickhouse support as vectore store #1883

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Proger666
Copy link

Hello,

ClickHouse has built-in support for array data types and specialized functions for vector operations, facilitating efficient storage and computation of embedding vectors.

This enables the creation of private chatbots for organizations with extensive documentation.

Note: PR testing was conducted using the managed ClickHouse service provided by Double Cloud.

@imartinez
Copy link
Collaborator

The PR is really good! Valuable and complete, thanks @Proger666 !

There CI build is failing, please run poetry lock --no-update and commit the lock file - it is out of sync with pyproject.toml

@Proger666
Copy link
Author

Done. ty

@imartinez
Copy link
Collaborator

Apparently there are format errors. Please run "make check" and commit the fixes. You can run "make test" too.

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.

None yet

3 participants