mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-02 09:40:26 +00:00
docs: correct path in readme (#22383)
Description: Fix incorrect path in README instructions. Issue: N/A Dependencies: None Twitter handle: @jddam --------- Co-authored-by: isaac hershenson <ihershenson@hmc.edu>
This commit is contained in:
parent
7e115da16c
commit
1710423de3
@ -33,6 +33,7 @@ And add the following code to your `server.py` file:
|
||||
```python
|
||||
from rag_pinecone import chain as rag_pinecone_chain
|
||||
|
||||
# Be careful with this, in the console, when you create the project add_routes(app, rag_pinecone_chain, path="\rag-pinecone") appears with a backslash, the correct route is "/rag-pinecone"
|
||||
add_routes(app, rag_pinecone_chain, path="/rag-pinecone")
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user