open-webui/backend/open_webui/retrieval
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
..
loaders fix: Update external search/loader method to POST 2025-04-14 18:17:27 +08:00
models refactor: replace print statements with logging for better error tracking 2025-02-25 15:53:55 +01:00
vector feat(vector-db): add support for Pinecone client 2025-04-20 11:08:51 +03:00
web fix: Update external search/loader method to POST 2025-04-14 18:17:27 +08:00
utils.py chore: format 2025-04-12 16:35:11 -07:00