* Added backend infrastructure (FastAPI, Dockerfile, requirements) * Set up frontend (Streamlit, Dockerfile, requirements) * Configured docker-compose with Milvus and Flowise services * Created project structure with .env.template and .dockerignore * Added initial gitignore and project metadata
1 line
53 B
Bash
1 line
53 B
Bash
uvicorn main:app --reload --host 0.0.0.0 --port 8000
|