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
507 stars 60 forks source link

Migrate to Llama-Index settings #41

Closed jonfairbanks closed 6 months ago

jonfairbanks commented 6 months ago

This moves the Llama-Index backend from ServiceContext to Settings. It should address the errors called out in #36.

https://docs.llamaindex.ai/en/stable/module_guides/supporting_modules/service_context_migration/

github-advanced-security[bot] commented 6 months ago

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

jonfairbanks commented 6 months ago

Successfully tested on Linux + Python 3.10: