-
Notifications
You must be signed in to change notification settings - Fork 448
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
feat: Enabling Natural Language Graph Queries in GraphScope with chatGPT #2648 #3271
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3271 +/- ##
==========================================
- Coverage 41.39% 41.04% -0.35%
==========================================
Files 107 109 +2
Lines 11203 11298 +95
==========================================
Hits 4637 4637
- Misses 6566 6661 +95
Continue to review full report in Codecov by Sentry.
|
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
What do these changes do?
[TL;DR] We add LLM support to enhance the basic graph queries, allowing users to interact with graphs more casually.
1. Well-designed Langchain pipeline as well as prompt templates (langchain_cypher.py).
2. Exposed the query interface (query.py::query_to_cypher).
Related issue number
We are related to the issue #2648
Fixes