Files
open-webui/backend/open_webui
Athanasios Oikonomou e000c56ef7 feat(vector-db): add support for Pinecone client
Adds Pinecone as a supported vector database option.

- Implements `PineconeClient` with support for common operations: `add`, `query`, `delete`, `reset`.
- Emulates namespace support using metadata filtering (`collection_name` prefix).
- Dynamically configures Pinecone via the following env vars:
  - `PINECONE_API_KEY`
  - `PINECONE_ENVIRONMENT`
  - `PINECONE_INDEX_NAME`
  - `PINECONE_DIMENSION`
  - `PINECONE_METRIC`
  - `PINECONE_CLOUD`
- Integrates cleanly with the vector DB abstraction layer.
- Includes markdown documentation under `docs/getting-started/env-configuration.md`.

BREAKING CHANGE: None
2025-04-20 11:08:51 +03:00
..
2024-12-30 23:06:34 -08:00
2025-04-12 15:10:43 -07:00
2025-04-14 01:08:16 -07:00
2025-03-07 00:19:26 +00:00
2025-04-19 03:46:06 -07:00
2025-04-15 09:55:35 +02:00
2024-09-04 17:33:39 +02:00
2025-04-18 23:58:37 -07:00
2025-03-26 01:17:10 -07:00
2025-04-18 23:58:37 -07:00
2025-04-12 20:51:02 -07:00