run-llama / llama_index

LlamaIndex is a data framework for your LLM applications
https://docs.llamaindex.ai
MIT License
34.15k stars 4.82k forks source link

[Question]: Is there a threshold when we use knowledge graph index to extract entities #13922

Open DataNoob0723 opened 2 months ago

DataNoob0723 commented 2 months ago

Question Validation

Question

Is there a threshold when we use knowledge graph index to extract entities?

logan-markewich commented 2 months ago

You might have to give me info here

What code/modules are you using? Do you mean a prediction threshold?

DataNoob0723 commented 2 months ago

You might have to give me info here

What code/modules are you using? Do you mean a prediction threshold?

I am using KnowledgeGraphIndex, I am wondering is there any threhold this functions uses when extracting entities for the knowledge graph.

logan-markewich commented 2 months ago

its using the LLM to extract, so there is no threshold. Just an LLM outputting text that is then parsed