Problem Statement
OpenViking already supports qdrant as a built-in VectorDB backend, but does not yet support pgvector. For users already using PostgreSQL, this means they need to maintain a custom adapter.
Proposed Solution
Support pgvector as a built-in VectorDB backend.
Alternatives Considered
No response
Feature Area
Storage/VectorDB
Use Case
Our company is currently using pgvector as the vector database in production. Built-in support in OpenViking would make it easier to integrate with our existing
infrastructure and avoid maintaining a custom adapter.
Example API (Optional)
Additional Context
No response
Contribution
Problem Statement
OpenViking already supports
qdrantas a built-in VectorDB backend, but does not yet supportpgvector. For users already using PostgreSQL, this means they need to maintain a custom adapter.Proposed Solution
Support
pgvectoras a built-in VectorDB backend.Alternatives Considered
No response
Feature Area
Storage/VectorDB
Use Case
Our company is currently using
pgvectoras the vector database in production. Built-in support in OpenViking would make it easier to integrate with our existinginfrastructure and avoid maintaining a custom adapter.
Example API (Optional)
Additional Context
No response
Contribution