Langchain Example Updates (#199)

This commit is contained in:
Dave
2023-05-05 18:21:06 -04:00
committed by GitHub
parent 7e5fe35ae4
commit 3411bfd00d
8 changed files with 22 additions and 376 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ FROM python:3.10-bullseye
COPY ./langchainpy-localai-example /app
WORKDIR /app
RUN pip install --no-cache-dir -r requirements.txt
ENTRYPOINT [ "python", "./simple_demo.py" ];
ENTRYPOINT [ "python", "./full_demo.py" ];