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:
Erick Friis
2024-02-22 15:58:44 -08:00
committed by GitHub
parent 971d29e718
commit ed789be8f4
148 changed files with 237 additions and 206 deletions

View File

@@ -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()