Template Readmes and Standardization (#12819)

Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Harrison Chase
2023-11-03 13:15:29 -07:00
committed by GitHub
parent 6c237716c4
commit 83cee2cec4
116 changed files with 14948 additions and 5872 deletions

View File

@@ -34,7 +34,7 @@ langchain app add stepback-qa-prompting
And add the following code to your `server.py` file:
```python
from stepback_qa_prompting import chain as stepback_qa_prompting_chain
from stepback_qa_prompting.chain import chain as stepback_qa_prompting_chain
add_routes(app, stepback_qa_prompting_chain, path="/stepback-qa-prompting")
```