stage1
This commit is contained in:
parent
c96d0ada03
commit
956d865500
Binary file not shown.
|
|
@ -24,7 +24,7 @@ services:
|
||||||
- ai-station-net
|
- ai-station-net
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:latest
|
image: postgres:16
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: ai_station
|
POSTGRES_DB: ai_station
|
||||||
POSTGRES_USER: user
|
POSTGRES_USER: user
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
chainlit==1.3.2
|
chainlit==1.3.2
|
||||||
|
pydantic==2.9.2
|
||||||
ollama
|
ollama
|
||||||
asyncpg
|
asyncpg
|
||||||
psycopg2-binary
|
psycopg2-binary
|
||||||
qdrant-client>=1.10.0
|
qdrant-client>=1.10.0
|
||||||
sqlalchemy
|
sqlalchemy
|
||||||
|
sniffio
|
||||||
|
aiohttp
|
||||||
Loading…
Reference in New Issue