severian42 / GraphRAG-Local-UI

GraphRAG using Local LLMs - Features robust API and multiple apps for Indexing/Prompt Tuning/Query/Chat/Visualizing/Etc. This is meant to be the ultimate GraphRAG/KG local LLM app.
MIT License
1.51k stars 173 forks source link

[ Question ] There are two setting files in indexing directory: .env and settings.yaml. Which one is necessary to make this project work? #74

Open havvk opened 1 month ago

havvk commented 1 month ago

It looks that the .env file is used by Indexer Application and API, and settings.yaml is used by Embeddings Proxy? Will it be combined into one file in the future?

Another question: We can change the settings in .env file through index_app.py . How can we update the content of settings.yaml ? Can we just modify it manually now?