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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 22 additions and 376 deletions

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" ];