🌟 Initial project setup with backend (FastAPI), frontend (Streamlit), Milvus, and Flowise in Docker 🧱📦
* 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
This commit is contained in:
parent
bf9d953912
commit
0fffbcfba4
14 changed files with 217 additions and 1 deletions
12
backend/.dockerignore
Normal file
12
backend/.dockerignore
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Python build and runtime artifacts
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
venv/
|
||||
requirements/
|
||||
|
||||
# Version control
|
||||
.git
|
||||
|
||||
# OS-specific files
|
||||
.DS_Store
|
Loading…
Add table
Add a link
Reference in a new issue