feat: Throttle pinecone uploads (#3373)

This commit is contained in:
Matthew Zhou
2025-07-16 20:29:08 -07:00
committed by GitHub
parent 83803a7f52
commit d0d67d8b9b
2 changed files with 9 additions and 0 deletions

View File

@@ -378,3 +378,4 @@ PINECONE_MAX_RETRY_ATTEMPTS = 3
PINECONE_RETRY_BASE_DELAY = 1.0 # seconds
PINECONE_RETRY_MAX_DELAY = 60.0 # seconds
PINECONE_RETRY_BACKOFF_FACTOR = 2.0
PINECONE_THROTTLE_DELAY = 0.75 # seconds base delay between batches