Add and prepare rust worker management system for file information processing and knowledge base framework
This commit is contained in:
parent
af82b71657
commit
da6ab3a782
12 changed files with 1402 additions and 251 deletions
|
|
@ -49,5 +49,17 @@ services:
|
|||
depends_on:
|
||||
- mysql
|
||||
|
||||
qdrant:
|
||||
image: qdrant/qdrant:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:6333:6333"
|
||||
volumes:
|
||||
- qdrant-data:/qdrant/storage
|
||||
environment:
|
||||
- QDRANT__SERVICE__GRPC_PORT=6334
|
||||
# expose to rust-engine via service name 'qdrant'
|
||||
|
||||
volumes:
|
||||
mysql-data: # Renamed volume for clarity (optional but good practice)
|
||||
mysql-data: # Renamed volume for clarity (optional but good practice)
|
||||
qdrant-data:
|
||||
Loading…
Add table
Add a link
Reference in a new issue