Skip to content

Commit cbbc46c

Browse files
committed
feat: add postgres sql dependencies
So that the following metadata can be stored on Postgres: * Agent persistence * Agent responses * Metadata store Relates to: RHAIENG-731 Signed-off-by: Sébastien Han <[email protected]>
1 parent 7e76164 commit cbbc46c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

distribution/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ WORKDIR /opt/app-root
77
RUN pip install sqlalchemy # somehow sqlalchemy[asyncio] is not sufficient
88
RUN pip install \
99
aiosqlite \
10+
asyncpg \
1011
autoevals \
1112
boto3 \
1213
chardet \

distribution/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ distribution_spec:
3535
additional_pip_packages:
3636
- aiosqlite
3737
- sqlalchemy[asyncio]
38+
- asyncpg
39+
- psycopg2-binary
3840
image_type: container
3941
image_name: llama-stack-rh
4042
external_providers_dir: distribution/providers.d

0 commit comments

Comments
 (0)