diff --git a/GramAddict/core/qdrant_memory.py b/GramAddict/core/qdrant_memory.py index f7222a3..cc31eaf 100644 --- a/GramAddict/core/qdrant_memory.py +++ b/GramAddict/core/qdrant_memory.py @@ -141,7 +141,7 @@ class QdrantBase: url, json=payload, headers=headers, - timeout=12, + timeout=30, ) if resp.status_code != 200: logger.debug(f"Embedding API Error {resp.status_code}: {resp.text}")