flows
This commit is contained in:
parent
78786fc097
commit
c41782b85e
2 changed files with 2083 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ services:
|
||||||
- langflow
|
- langflow
|
||||||
environment:
|
environment:
|
||||||
- OPENSEARCH_HOST=opensearch
|
- OPENSEARCH_HOST=opensearch
|
||||||
|
- LANGFLOW_URL=http://langflow:7860
|
||||||
- OPENSEARCH_PORT=9200
|
- OPENSEARCH_PORT=9200
|
||||||
- OPENSEARCH_USERNAME=admin
|
- OPENSEARCH_USERNAME=admin
|
||||||
- OPENSEARCH_PASSWORD=OSisgendb1!
|
- OPENSEARCH_PASSWORD=OSisgendb1!
|
||||||
|
|
@ -47,9 +48,12 @@ services:
|
||||||
- ./documents:/app/documents
|
- ./documents:/app/documents
|
||||||
|
|
||||||
langflow:
|
langflow:
|
||||||
|
volumes:
|
||||||
|
- ./flows:/app/flows
|
||||||
image: langflow:1.5.0.post1
|
image: langflow:1.5.0.post1
|
||||||
container_name: langflow
|
container_name: langflow
|
||||||
ports:
|
ports:
|
||||||
- "7860:7860"
|
- "7860:7860"
|
||||||
environment:
|
environment:
|
||||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||||
|
- LANGFLOW_LOAD_FLOWS_PATH=/app/flows
|
||||||
|
|
|
||||||
2079
flows/gendb_agent.json
Normal file
2079
flows/gendb_agent.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue