jonfairbanks / local-rag

Ingest files for retrieval augmented generation (RAG) with open-source Large Language Models (LLMs), all without 3rd parties or sensitive data leaving your network.
GNU General Public License v3.0
449 stars 52 forks source link

update pipfile #29

Closed bananya-ml closed 3 months ago

bananya-ml commented 3 months ago

Added a small change to the Pipfile, this updates Pipfile.lock during "pipenv install" so Windows users can launch the app without dependency errors and the need for Docker. I haven't performed any extensive testing, but it seems to work for the most part.

jonfairbanks commented 3 months ago

Thanks for the PR!