mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 23:13:31 +00:00
templates: fix deps (#15439)
This commit is contained in:
@@ -2,10 +2,10 @@ from typing import Any, Dict, List
|
||||
|
||||
from langchain.chains.graph_qa.cypher_utils import CypherQueryCorrector, Schema
|
||||
from langchain.memory import ChatMessageHistory
|
||||
from langchain.prompts import ChatPromptTemplate, MessagesPlaceholder
|
||||
from langchain_community.chat_models import ChatOpenAI
|
||||
from langchain_community.graphs import Neo4jGraph
|
||||
from langchain_core.output_parsers import StrOutputParser
|
||||
from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder
|
||||
from langchain_core.pydantic_v1 import BaseModel
|
||||
from langchain_core.runnables import RunnablePassthrough
|
||||
|
||||
|
922
templates/neo4j-cypher-memory/poetry.lock
generated
922
templates/neo4j-cypher-memory/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,7 @@ readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain = ">=0.0.325"
|
||||
langchain = ">=0.0.353,<0.2"
|
||||
neo4j = ">5.12"
|
||||
openai = "<2"
|
||||
|
||||
|
Reference in New Issue
Block a user