-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Support text2gql search for GraphRAG #2227
Support text2gql search for GraphRAG #2227
Conversation
Cool~ |
@SonglinLyu Please fix the format error and add |
…/DB-GPT into graphrag_text2gql_dev Conflicts: dbgpt/storage/knowledge_graph/community/tugraph_store_adapter.py dbgpt/storage/knowledge_graph/community_summary.py
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.
I left some comments
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.
reply for some of the comments
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.
Left some comments
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.
left some comments
dbgpt/storage/knowledge_graph/community/tugraph_store_adapter.py
Outdated
Show resolved
Hide resolved
dbgpt/storage/knowledge_graph/graph_retriever/keyword_based_graph_retriever.py
Outdated
Show resolved
Hide resolved
dbgpt/storage/knowledge_graph/graph_retriever/vector_based_graph_retriever.py
Outdated
Show resolved
Hide resolved
dbgpt/storage/knowledge_graph/graph_retriever/text_based_graph_retriever.py
Outdated
Show resolved
Hide resolved
dbgpt/storage/knowledge_graph/graph_retriever/document_graph_retriever.py
Show resolved
Hide resolved
dbgpt/storage/knowledge_graph/graph_retriever/graph_retriever.py
Outdated
Show resolved
Hide resolved
try graph_store_apdater -> graph_store_adapter ? |
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.
LGTM
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.
r+
Fix #2195
Description
Support translating natural language questions directly to a cypher query with a prompt based tex2gql translator on GraphRAG.
How to use
set TEXT2GQL_SEARCH_ENABLED=True in .env
False for default