-
|
Hi, first of all, I am merely a user, not a db guru.. So, I would like to use VectorChord in an external project that supports pgvector natively (its Open WebUI). My question is: is VectorChord a drop in replacement? If so, will I benefit right away without any special configuration (on either or both sides)? Or do I need to pre-configure it and/or use it specifically (in comparison to pgvector) to really see any benefits along the line? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
We use PostgreSQL data types provided by pgvector, so all SDKs for pgvector works. The following two changes are required:
Since specifying the index access method and search parameters is already required when using pgvector, this does not introduce much difference. |
Beta Was this translation helpful? Give feedback.
@vaclcer You probably need to change it to:
and then change
somewhere else to
following https://docs.vectorchord.ai/vectorchord/usage/indexing.html.