Files
open-webui/backend/open_webui
Athanasios Oikonomou 1e291aff25 feat: Add abstract base class for vector database integration
- Created `VectorDBBase` as an abstract base class to standardize vector database operations.
- Added required methods for common vector database operations: `has_collection`, `delete_collection`, `insert`, `upsert`, `search`, `query`, `get`, `delete`, `reset`.
- The base class can now be extended by any vector database implementation (e.g., Qdrant, Pinecone) to ensure a consistent API across different database systems.
2025-04-21 08:27:27 +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-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