Tuan Anh Nguyen Dang (Tadashi)
Tuan Anh Nguyen Dang (Tadashi)
This might be problem with `inbrowser=True` setting from Gradio which aim to call `xdgopen` for browser. Can you try editting `kotaemon/app.py` and set `inbrowser=False`?
This seems to be strange. No idea about this issue for now, but we will collect further feedback report and investigate if it reproducible.
Hi @himanshushukla12, check this guide to use Ollama or HF model through text-generation-webui: https://github.com/Cinnamon/kotaemon/blob/main/docs/local_model.md
Hi there is high chance that these env_variable is not properly set. ``` # settings for GraphRAG GRAPHRAG_API_KEY=openai_key GRAPHRAG_LLM_MODEL=gpt-4o-mini GRAPHRAG_EMBEDDING_MODEL=text-embedding-3-small ``` It is in the .env file. https://stackoverflow.com/questions/48607302/using-env-files-to-set-environment-variables-in-windows You can...
Yes. You need to setup the environment variable above. Due to one limitation of our current implementation these GraphRAG env var won't read automatically from .env. We will work on...
For Azure OpenAI, please follow https://microsoft.github.io/graphrag/posts/config/env_vars/ Gonna be a bit more complicated than normal OpenAI 
Also use the command suggested here https://github.com/Cinnamon/kotaemon/issues/140#issuecomment-2315706967 to load from .env file at start up.
Or, alternately https://pypi.org/project/python-dotenv-run/
> Hi - can we use a local / Ollama embedding model instead of using something requiring an API key? Note that GRAPHRAG with Ollama OpenAI endpoint is also a...
Please check the latest version and instruction for setting up GraphRAG here https://github.com/Cinnamon/kotaemon#setup-graphrag.