* 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
4 lines
53 B
Text
4 lines
53 B
Text
MILVUS_HOST=
|
|
MILVUS_PORT=
|
|
BACKEND_URL=
|
|
FLOWISE_PORT=
|