Is there any guide or documentation on how to use pgvecto.rs with Citus? #571
Unanswered
cho-thinkfree-com
asked this question in
Q&A
Replies: 2 comments 3 replies
-
cc @VoVAllen |
Beta Was this translation helpful? Give feedback.
0 replies
-
We haven't tested with Citus yet. Have you tested pgvector with Citus? And can you share with us your vector scale? How many vectors and dimension you're going to store? Thanks |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you for developing such a great open-source project.
I am currently developing a service using pgvecto.rs.
In the documentation provided by the team managing this project, I found a guide on how to install and operate pgvecto.rs in a Kubernetes environment. Due to the size of the data, I am planning to use Citus for sharding.
Is there any guide or documentation on how to use pgvecto.rs with Citus?
As far as I know, pgvecto.rs has some separately managed files, unlike pgvector. (Please correct me if I am mistaken.) Even if Citus can be used, I am curious about how to handle backups in this setup.
Beta Was this translation helpful? Give feedback.
All reactions