mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 14:31:55 +00:00
docs, templates: update schema imports to core (#17885)
- chat models, messages - documents - agentaction/finish - baseretriever,document - stroutputparser - more messages - basemessage - format_document - baseoutputparser --------- Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from typing import Any, Dict, List, Union
|
||||
|
||||
from langchain.memory import ChatMessageHistory
|
||||
from langchain.schema import AIMessage, HumanMessage
|
||||
from langchain_community.graphs import Neo4jGraph
|
||||
from langchain_core.messages import AIMessage, HumanMessage
|
||||
|
||||
graph = Neo4jGraph()
|
||||
|
||||
|
Reference in New Issue
Block a user