reset embeddings timeout

This commit is contained in:
Sha Zhou 2025-08-27 12:11:48 +08:00
parent c2dbfc65a3
commit 06b91dbcf8

View File

@ -122,7 +122,6 @@ async function getBatchEmbeddingsWithRetry(
"Content-Type": "application/json", "Content-Type": "application/json",
"Authorization": `Bearer ${JINA_API_KEY}` "Authorization": `Bearer ${JINA_API_KEY}`
}, },
timeout: 60000,
}, },
); );