mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 03:26:17 +00:00
Template Readmes and Standardization (#12819)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
@@ -92,7 +92,7 @@ langchain app add self-query-supabase
|
||||
|
||||
Add the following code to your `server.py` file:
|
||||
```python
|
||||
from self_query_supabase import chain as self_query_supabase_chain
|
||||
from self_query_supabase.chain import chain as self_query_supabase_chain
|
||||
|
||||
add_routes(app, self_query_supabase_chain, path="/self-query-supabase")
|
||||
```
|
||||
|
Reference in New Issue
Block a user