mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
chore: update langchain
- Updated langchain-unstructured to version 1.0.0 and langchain to 1.2.0. - Updated litellm to version 1.80.10 and grpcio versions based on Python version. - Updated fastuuid to version 0.14.0 and langgraph to 1.0.5. - Updated openai to version 2.12.0 and langgraph-sdk to 0.3.0. - Added uuid-utils package version 0.12.0. - Refactored imports in utils.py, chats_routes.py, and query_service.py to use langchain_core.messages.
This commit is contained in:
parent
8aedead33e
commit
fd1f3eaf60
5 changed files with 225 additions and 97 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import datetime
|
||||
from typing import Any
|
||||
|
||||
from langchain.schema import AIMessage, HumanMessage, SystemMessage
|
||||
from langchain_core.messages import AIMessage, HumanMessage, SystemMessage
|
||||
from sqlalchemy.ext.asyncio import AsyncSession
|
||||
|
||||
from app.services.llm_service import get_strategic_llm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue