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.52k stars 175 forks source link

GRAPHRAG_API_KEY #4

Closed aviranmz closed 2 months ago

aviranmz commented 2 months ago

when running locally it searching for : GRAPHRAG_API_KEY

severian42 commented 2 months ago

Hey! Great catch, thanks for calling this out. There should be (or you may have to create) an .env file within the ./ragtest dir. The API key is just a dummy so you can put only GRAPHRAG_API_KEY=12345 in the .env file and it should just pass it through

I'll add an example on le right now to the repo