We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
at workflow entity_extraction, after glean, the result from llm looks like
("entity"<|>避难层<|>建筑空间<|>建筑内用于人员暂时躲避火灾及其烟气危害的楼层)## ... other entities ... <|COMPLETE|>("entity"<|>避难层<|>建筑空间<|>建筑内用于人员暂时躲避火灾及其烟气危害的楼层)## ... other entities ... <|COMPLETE|>
after that, it will process the string to graph.
problem: it cannot handle <|COMPLETE|>("entity"<|>避难层<|>建筑空间<|>建筑内用于人员暂时躲避火灾及其烟气危害的楼层)
<|COMPLETE|>("entity"<|>避难层<|>建筑空间<|>建筑内用于人员暂时躲避火灾及其烟气危害的楼层)
suggest solution: pre_result + + glean_result or split result by complete_delimiter, then by record_delimiter
No response
# Paste your config here
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Do you need to file an issue?
Describe the bug
at workflow entity_extraction, after glean, the result from llm looks like
after that, it will process the string to graph.
problem:
it cannot handle
<|COMPLETE|>("entity"<|>避难层<|>建筑空间<|>建筑内用于人员暂时躲避火灾及其烟气危害的楼层)
suggest solution:
pre_result + + glean_result
or
split result by complete_delimiter, then by record_delimiter
Steps to reproduce
No response
Expected Behavior
No response
GraphRAG Config Used
# Paste your config here
Logs and screenshots
No response
Additional Information
The text was updated successfully, but these errors were encountered: