templates: fix deps (#15439)

This commit is contained in:
Erick Friis
2024-01-03 13:28:05 -08:00
committed by GitHub
parent 70beb2e40d
commit 69a8a26683
255 changed files with 59531 additions and 46391 deletions

View File

@@ -1,4 +1,4 @@
from langchain.prompts.prompt import PromptTemplate
from langchain_core.prompts.prompt import PromptTemplate
PROMPT_SUFFIX = """Only use the following Elasticsearch indices:
{indices_info}

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.325"
langchain = ">=0.0.353,<0.2"
elasticsearch = "^8.10.1"
openai = "<2"