diff --git a/__pycache__/app.cpython-310.pyc b/__pycache__/app.cpython-310.pyc index 5da320f8..30790c83 100644 Binary files a/__pycache__/app.cpython-310.pyc and b/__pycache__/app.cpython-310.pyc differ diff --git a/docker-compose.yml b/docker-compose.yml index 608816ed..2131d932 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ services: - ai-station-net postgres: - image: postgres:latest + image: postgres:16 environment: POSTGRES_DB: ai_station POSTGRES_USER: user diff --git a/requirements.txt b/requirements.txt index 204b6082..284b369c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,9 @@ chainlit==1.3.2 +pydantic==2.9.2 ollama asyncpg psycopg2-binary qdrant-client>=1.10.0 -sqlalchemy \ No newline at end of file +sqlalchemy +sniffio +aiohttp \ No newline at end of file