llama-stack-mirror/llama_stack/providers/remote/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
..
chroma fix: Some missed env variable changes from PR 2490 (#2538) 2025-06-26 17:59:15 -07:00
milvus chore: Adding unit tests for OpenAI vector stores and migrating SQLite-vec registry to kvstore (#2665) 2025-07-10 14:22:13 -04:00
opengauss feat(vector-io): add OpenGauss vector database provider 2025-08-08 20:48:01 +08:00
pgvector fix: Some missed env variable changes from PR 2490 (#2538) 2025-06-26 17:59:15 -07:00
qdrant feat: Add ChunkMetadata to Chunk (#2497) 2025-06-25 15:55:23 -04:00
weaviate feat: Implement hybrid search in SQLite-vec (#2312) 2025-06-13 15:54:06 -04:00
__init__.py [memory refactor][1/n] Rename Memory -> VectorIO, MemoryBanks -> VectorDBs (#828) 2025-01-22 09:59:30 -08:00