tomasonjo / llm-movieagent

Semantic layer on top of a graph database to provide an LLM with a set of robust tools to interact with the database
MIT License
181 stars 34 forks source link

Dockerize ingest.py To Run With Correct Environment #3

Closed zach-blumenfeld closed 2 months ago

zach-blumenfeld commented 2 months ago

This moves ingest.py into the api docker container so we can run in that container with correct python env and variables from .env. Otherwise we would have to configure that again externally of docker.