gusye1234 / nano-graphrag

A simple, easy-to-hack GraphRAG implementation
MIT License
1.66k stars 160 forks source link

使用llama3.1:8b的时候,出现警告:Didn't extract any entities, maybe your LLM is not working #51

Closed blueskydata closed 1 month ago

blueskydata commented 2 months ago

INFO:nano-graphrag:[New Chunks] inserting 42 chunks INFO:nano-graphrag:[Entity Extraction]... ⠹ Processed 42 chunks, 0 entities(duplicated), 0 relations(duplicated) WARNING:nano-graphrag:Didn't extract any entities, maybe your LLM is not working WARNING:nano-graphrag:No new entities found INFO:nano-graphrag:Writing graph with 0 nodes, 0 edges indexing time: 3.8695967197418213 是不是要更换LLM呢,以前使用graphrag的时候,使用llama3.1:8b也出错。

gusye1234 commented 2 months ago

checkout docs/FAQ.md~ This is a common problem

guanzy2012 commented 2 months ago

出现这个问题,程序自动停了怎么办