Files
llama_deploy/examples/python_fullstack/python_fullstack.yaml
T
2024-10-21 13:50:10 -06:00

28 lines
598 B
YAML

name: MyDeployment
control-plane:
port: 8000
default-service: agentic_workflow
services:
agentic_workflow:
name: Agentic Workflow
source:
type: local
name: ./workflows
path: workflows:agentic_w
python-dependencies:
- llama-index-postprocessor-rankgpt-rerank>=0.2.0
- llama-index-vector-stores-qdrant>=0.3.0
- llama-index-llms-openai>=0.2.2
- llama-index-embeddings-openai>=0.2.4
- llama-index-readers-file>=0.2.0
rag_workflow:
name: RAG Workflow
source:
type: local
name: ./workflows
path: workflows:rag_w