mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Upgrade tenacity to respect min time for exponential backoff
Fix for issue is in tenacity 9.0.0. But older langchain required tenacity <0.9.0. Explicitly pin version of langchain sub packages to avoid indexing and doc parsing breakage.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from copy import deepcopy
|
||||
|
||||
import tiktoken
|
||||
from langchain.schema import ChatMessage
|
||||
from langchain_core.messages.chat import ChatMessage
|
||||
|
||||
from khoj.processor.conversation import utils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user