llama-stack-mirror/docs/source/providers
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
..
agents fix: store configs (#2593) 2025-07-03 10:07:23 -07:00
datasetio fix: store configs (#2593) 2025-07-03 10:07:23 -07:00
eval fix: store configs (#2593) 2025-07-03 10:07:23 -07:00
files docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
inference feat: consolidate most distros into "starter" (#2516) 2025-07-04 15:58:03 +02:00
post_training feat: consolidate most distros into "starter" (#2516) 2025-07-04 15:58:03 +02:00
safety docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
scoring fix: allow default empty vars for conditionals (#2570) 2025-07-01 14:42:05 +02:00
telemetry feat: improve telemetry (#2590) 2025-07-04 17:29:09 +02:00
tool_runtime fix: allow default empty vars for conditionals (#2570) 2025-07-01 14:42:05 +02:00
vector_io feat(vector-io): add OpenGauss vector database provider 2025-08-08 20:48:01 +08:00
external.md docs: update external provider guide and navigation (#2567) 2025-07-01 09:42:32 +02:00
index.md docs: update full list of providers with matched APIs and dockerhub images (#2452) 2025-07-03 10:12:56 +02:00