forked from apache/incubator-hugegraph-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(llm): added the process of text2gql in graphrag V1.0 (apache#105)
address #10 1. added the process of intelligent generated gremlin retrivecal 2. added text2gremlin block in rag app 3. add text2gremlin prompt & config 4. fix log bug in py-client 5. .... We also add a `flag` value under the interface of graph query rag/graph: - `1` represents text2gql accurate matching success - `0` represents (k-neighbor) generalization matching success - `-1` represents no relevant graph info --------- Co-authored-by: Simon Cheung <[email protected]> Co-authored-by: imbajin <[email protected]> Co-authored-by: HaoJin Yang <[email protected]>
- Loading branch information
1 parent
71b6261
commit cbfca3c
Showing
23 changed files
with
644 additions
and
405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
208 changes: 0 additions & 208 deletions
208
hugegraph-llm/src/hugegraph_llm/demo/gremlin_generate_web_demo.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.