Unable to Chat - Option never appears #462
-
I can connect to local ollama model for embeddings etc. I can then upload documents and they are indexed successfully but anytime i try to chat then the chat section never appears. If I select a certain document to chat with or search all then i still don't see the option to chat. Any ideas? I run the following
Install and unzip PDF_JS_DIST i have my .env file as below:
Then I start the app. I can test the LLM and Embeddings and everything is working. I can upload files and they are indexed but I can'#t seem to chat? It just never appears? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok my bad. I was only looking at the developer guide for installing and just noticed at the bottom of the main page these instructions. These need added to the developer guide. Setup Nano GRAPHRAG |
Beta Was this translation helpful? Give feedback.
Ok my bad. I was only looking at the developer guide for installing and just noticed at the bottom of the main page these instructions. These need added to the developer guide.
Setup Nano GRAPHRAG
Install nano-GraphRAG: pip install nano-graphrag
nano-graphrag install might introduce version conflicts, see #440
To quickly fix: pip uninstall hnswlib chroma-hnswlib && pip install chroma-hnswlib
Launch Kotaemon with USE_NANO_GRAPHRAG=true environment variable.
Set your default LLM & Embedding models in Resources setting and it will be recognized automatically from NanoGraphRAG.