mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 12:59:07 +00:00
Self-query template (#12694)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
28
templates/rag-self-query/pyproject.toml
Normal file
28
templates/rag-self-query/pyproject.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[tool.poetry]
|
||||
name = "rag-self-query"
|
||||
version = "0.0.1"
|
||||
description = ""
|
||||
authors = []
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain = ">=0.0.325"
|
||||
openai = "^0.28.1"
|
||||
elasticsearch = "^8.10.0"
|
||||
sentence-transformers = "^2.2.2"
|
||||
jq = "^1.6.0"
|
||||
tiktoken = "^0.5.1"
|
||||
lark = "^1.1.8"
|
||||
pydantic = "^2.4.2"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
langchain-cli = ">=0.0.15"
|
||||
|
||||
[tool.langserve]
|
||||
export_module = "rag_self_query"
|
||||
export_attr = "chain"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core",]
|
||||
build-backend = "poetry.core.masonry.api"
|
Reference in New Issue
Block a user