llama-stack-mirror/docs/source/providers/vector_io
qifengleqifengle 5e9c394500 feat(vector-io): add OpenGauss vector database provider
Implement OpenGauss vector database integration for Llama Stack with the following features:
- Add OpenGaussVectorIOAdapter for vector storage and retrieval
- Support native vector similarity search operations
- Implement connection and query management with psycopg2
- Provide configuration template for easy setup
- Add comprehensive unit tests

The implementation allows Llama Stack users to leverage OpenGauss as an
enterprise-grade vector database for RAG applications. Users can configure
their environment through a simple YAML configuration and environment variables.
2025-08-08 20:48:01 +08:00
..
index.md feat(vector-io): add OpenGauss vector database provider 2025-08-08 20:48:01 +08:00
inline_chromadb.md docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
inline_faiss.md fix: store configs (#2593) 2025-07-03 10:07:23 -07:00
inline_meta-reference.md fix: store configs (#2593) 2025-07-03 10:07:23 -07:00
inline_milvus.md chore: Adding unit tests for OpenAI vector stores and migrating SQLite-vec registry to kvstore (#2665) 2025-07-10 14:22:13 -04:00
inline_qdrant.md docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
inline_sqlite-vec.md chore: Adding unit tests for OpenAI vector stores and migrating SQLite-vec registry to kvstore (#2665) 2025-07-10 14:22:13 -04:00
inline_sqlite_vec.md chore: Adding unit tests for OpenAI vector stores and migrating SQLite-vec registry to kvstore (#2665) 2025-07-10 14:22:13 -04:00
remote_chromadb.md docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
remote_milvus.md fix(remote:milvus): add missing files_api parameter and kvstore configuration (#2630) 2025-07-09 10:08:14 +02:00
remote_opengauss.md feat(vector-io): add OpenGauss vector database provider 2025-08-08 20:48:01 +08:00
remote_pgvector.md docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
remote_qdrant.md docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
remote_weaviate.md docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00