open-webui/backend/open_webui/retrieval
PVBLIC Foundation 04b9065f08
Update pinecone.py
Now supports batched insert, upsert, and delete operations using a default batch size of 100, reducing API strain and improving throughput. All blocking calls to the Pinecone API are wrapped in asyncio.to_thread(...), ensuring async safety and preventing event loop blocking. The implementation includes zero-vector handling for efficient metadata-only queries, normalized cosine distance scores for accurate ranking, and protections against empty input operations. Logs for batch durations have been streamlined to minimize noise, while preserving key info-level success logs.
2025-05-08 15:53:30 -07:00
..
loaders chore: format 2025-05-07 02:01:03 +04:00
models
vector Update pinecone.py 2025-05-08 15:53:30 -07:00
web chore: format 2025-05-03 23:48:24 +04:00
utils.py