ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: After Entities extraction progress, which model works to finish the Knowledge graph? Chat model or embedding model?

Open HaotianJiang056 opened this issue 1 year ago • 1 comments

Describe your problem

After Entities extraction progress, which model works to finish the Knowledge graph? Chat model or embedding model?

HaotianJiang056 avatar Mar 05 '25 02:03 HaotianJiang056

Hiya, this guide explains the details: https://ragflow.io/docs/dev/construct_knowledge_graph

Simply put, your chosen embedding model will be used to embed the created chunks. However, if you can see the created knowledge graph from the UI, then your document has already finished the entire file parsing.

writinwaters avatar Mar 05 '25 03:03 writinwaters