-
Notifications
You must be signed in to change notification settings - Fork 99
Fixes for graph pruning #359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
should we also update this diagram and its description in the docs so we make it clear that the pruner now is a component and executed after the extractor? |
@@ -24,6 +24,7 @@ A Knowledge Graph (KG) construction pipeline requires a few components (some of | |||
- **Schema builder**: provide a schema to ground the LLM extracted node and relationship types and obtain an easily navigable KG. Schema can be provided manually or extracted automatically using LLMs. | |||
- **Lexical graph builder**: build the lexical graph (Document, Chunk and their relationships) (optional). | |||
- **Entity and relation extractor**: extract relevant entities and relations from the text. | |||
- **Graph pruner**: clean the graph based on schema. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shall we also add that it's optional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is optional? The component is not optional, the cleaning is depending on what is defined in the schema, which is what the sentence says, no?
Description
Type of Change
Complexity
Complexity:
How Has This Been Tested?
Checklist
The following requirements should have been met (depending on the changes in the branch):