Update main.py
Browse files
main.py
CHANGED
@@ -21,6 +21,7 @@ from langchain_pinecone import PineconeVectorStore
|
|
21 |
|
22 |
from offres_emploi import Api
|
23 |
from offres_emploi.utils import dt_to_str_iso
|
|
|
24 |
from langchain_core.chat_history import BaseChatMessageHistory
|
25 |
from langchain_core.runnables.history import RunnableWithMessageHistory
|
26 |
|
|
|
21 |
|
22 |
from offres_emploi import Api
|
23 |
from offres_emploi.utils import dt_to_str_iso
|
24 |
+
from langchain_community.chat_message_histories import ChatMessageHistory
|
25 |
from langchain_core.chat_history import BaseChatMessageHistory
|
26 |
from langchain_core.runnables.history import RunnableWithMessageHistory
|
27 |
|