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.75k
stars
207
forks
source link
when Run Indexing,An error occurred:❌ create_final_entities None #21
The error message was found in the log file: model "nomic-embed-text" not found, try pulling it first
So after running the code'nomic-embed-text', the problem is solved
details: ├── create_base_text_units
├── create_base_extracted_entities
├── create_summarized_entities
├── create_base_entity_graph
└── create_final_entities❌ Errors occurred during the pipeline run, see logs for more details.
I don't know what to do, and I don't know how to verify that the model's answer is valid.