mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 14:31:55 +00:00
Template Readmes and Standardization (#12819)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
@@ -32,7 +32,7 @@ langchain app add solo-performance-prompting-agent
|
||||
|
||||
And add the following code to your `server.py` file:
|
||||
```python
|
||||
from solo_performance_prompting_agent import chain as solo_performance_prompting_agent_chain
|
||||
from solo_performance_prompting_agent.agent import agent_executor as solo_performance_prompting_agent_chain
|
||||
|
||||
add_routes(app, solo_performance_prompting_agent_chain, path="/solo-performance-prompting-agent")
|
||||
```
|
||||
|
@@ -938,26 +938,23 @@ text-helpers = ["chardet (>=5.1.0,<6.0.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "langchain-cli"
|
||||
version = "0.0.10"
|
||||
version = "0.0.15"
|
||||
description = "CLI for interacting with LangChain"
|
||||
optional = false
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
files = [
|
||||
{file = "langchain_cli-0.0.10-py3-none-any.whl", hash = "sha256:93bb4c11caa47b8a49b3fa9d465d3ff950b9c6d2b7f52fc102a6d51cb4d45773"},
|
||||
{file = "langchain_cli-0.0.10.tar.gz", hash = "sha256:f8447bba37cee4aeac8eee3d7673a332205596d168677ff38712fb4a79ed0610"},
|
||||
{file = "langchain_cli-0.0.15-py3-none-any.whl", hash = "sha256:88102d2bb9d7c9cc99a1da13302a7f95d60cb37b2dab264b808aa6e3887b046f"},
|
||||
{file = "langchain_cli-0.0.15.tar.gz", hash = "sha256:b7ff1a8338922aadbc3b1a141ea92c0a33aaaa72124dfbfd12049fe9a4a95cec"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
fastapi = ">=0.104.0,<0.105.0"
|
||||
gitpython = ">=3.1.40,<4.0.0"
|
||||
langserve = {version = ">=0.0.16", extras = ["all"], optional = true, markers = "extra == \"serve\""}
|
||||
langserve = {version = ">=0.0.16", extras = ["all"]}
|
||||
tomli = ">=2.0.1,<3.0.0"
|
||||
typer = {version = ">=0.9.0,<0.10.0", extras = ["all"]}
|
||||
uvicorn = ">=0.23.2,<0.24.0"
|
||||
|
||||
[package.extras]
|
||||
serve = ["langserve[all] (>=0.0.16)"]
|
||||
|
||||
[[package]]
|
||||
name = "langserve"
|
||||
version = "0.0.21"
|
||||
@@ -1824,4 +1821,4 @@ multidict = ">=4.0"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
content-hash = "e133c48a6a5ff66275b259a186cc15b0c34a1bd728bff833cb8c5e7e75bdb288"
|
||||
content-hash = "17c7328b0cd496ce3bf2505087bedbe9ffbc1d4e360037682afe11b509ef6bf5"
|
||||
|
@@ -12,7 +12,7 @@ openai = "^0.28.1"
|
||||
duckduckgo-search = "^3.9.3"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
langchain-cli = {extras = ["serve"], version = "^0.0.10"}
|
||||
langchain-cli = ">=0.0.15"
|
||||
fastapi = "^0.104.0"
|
||||
sse-starlette = "^1.6.5"
|
||||
|
||||
|
Reference in New Issue
Block a user