Skip to content
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: add GraphRAG framework and integrate TuGraph #1506

Merged
merged 60 commits into from
May 16, 2024

Commits on May 15, 2024

  1. add framework

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    136c025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f247cd View commit details
    Browse the repository at this point in the history
  3. add graph store

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    771cdd3 View commit details
    Browse the repository at this point in the history
  4. Optimize the tugraph connector.

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    208577c View commit details
    Browse the repository at this point in the history
  5. add tugraph store an IT

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f3dbefc View commit details
    Browse the repository at this point in the history
  6. add mem graph model

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    65f0388 View commit details
    Browse the repository at this point in the history
  7. add mem graph store

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    737e561 View commit details
    Browse the repository at this point in the history
  8. test edge count

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9136cc5 View commit details
    Browse the repository at this point in the history
  9. opt code

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    aab574c View commit details
    Browse the repository at this point in the history
  10. 1. Supplement test cases

    2. Handle path return format
    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a69aeea View commit details
    Browse the repository at this point in the history
  11. Delete Chinese comments.

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c750887 View commit details
    Browse the repository at this point in the history
  12. 1. Supplement tugraph store

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c246694 View commit details
    Browse the repository at this point in the history
  13. kg develop ok

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e2ecb4a View commit details
    Browse the repository at this point in the history
  14. add explore

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9bf94b7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    143a324 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1ae6a9b View commit details
    Browse the repository at this point in the history
  17. reformat

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5f2d19c View commit details
    Browse the repository at this point in the history
  18. Detect through make fmt.

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    099dd88 View commit details
    Browse the repository at this point in the history
  19. do make mypy.

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bb50b2d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1dbc2b5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    85aae79 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    11acf4b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ac7e262 View commit details
    Browse the repository at this point in the history
  24. integrate into rag

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f92d475 View commit details
    Browse the repository at this point in the history
  25. add graphvis for KG

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c809b66 View commit details
    Browse the repository at this point in the history
  26. add graph vis api

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1502841 View commit details
    Browse the repository at this point in the history
  27. build web

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    086da94 View commit details
    Browse the repository at this point in the history
  28. adjust config

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c9ba92d View commit details
    Browse the repository at this point in the history
  29. fix config error

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    37cf37b View commit details
    Browse the repository at this point in the history
  30. graph vis api

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3958b73 View commit details
    Browse the repository at this point in the history
  31. fix tugraph_store

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ea90465 View commit details
    Browse the repository at this point in the history
  32. fix graph_vis api

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    98ac1cc View commit details
    Browse the repository at this point in the history
  33. fix graph_vis api

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9913653 View commit details
    Browse the repository at this point in the history
  34. fixed graph_vis api and web

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    350044a View commit details
    Browse the repository at this point in the history
  35. build web

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    fd48beb View commit details
    Browse the repository at this point in the history
  36. add delete graph

    KingSkyLi authored and fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    88b8c71 View commit details
    Browse the repository at this point in the history
  37. finish graph rag test

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    35baea1 View commit details
    Browse the repository at this point in the history
  38. fix merged error

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8a742b7 View commit details
    Browse the repository at this point in the history
  39. fmt code

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1ba5c50 View commit details
    Browse the repository at this point in the history
  40. fixed graph vis bug.

    KingSkyLi committed May 15, 2024
    Configuration menu
    Copy the full SHA
    78929b9 View commit details
    Browse the repository at this point in the history
  41. pass make fmt.

    KingSkyLi committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c10b9ae View commit details
    Browse the repository at this point in the history
  42. add doc

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ad1a320 View commit details
    Browse the repository at this point in the history
  43. opt code

    fanzhidongyzby committed May 15, 2024
    Configuration menu
    Copy the full SHA
    abe0fb8 View commit details
    Browse the repository at this point in the history
  44. pass make fmt mypy test....

    KingSkyLi committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ffbf942 View commit details
    Browse the repository at this point in the history
  45. pass make pre-commit.

    KingSkyLi committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2d7c5a3 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    737a7d0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    c8e9414 View commit details
    Browse the repository at this point in the history
  2. fix:assembler add apersist

    Aries-ckt committed May 16, 2024
    Configuration menu
    Copy the full SHA
    de24dd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b8dc0c View commit details
    Browse the repository at this point in the history
  4. fixed quotes bug.

    KingSkyLi committed May 16, 2024
    Configuration menu
    Copy the full SHA
    85d24ee View commit details
    Browse the repository at this point in the history
  5. strip chars

    fanzhidongyzby committed May 16, 2024
    Configuration menu
    Copy the full SHA
    44a9069 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9580a99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    952626d View commit details
    Browse the repository at this point in the history
  8. style:fmt

    Aries-ckt committed May 16, 2024
    Configuration menu
    Copy the full SHA
    df23277 View commit details
    Browse the repository at this point in the history
  9. opt docs

    fanzhidongyzby committed May 16, 2024
    Configuration menu
    Copy the full SHA
    27c1fb1 View commit details
    Browse the repository at this point in the history
  10. add kg topk

    fanzhidongyzby committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ab8455e View commit details
    Browse the repository at this point in the history
  11. change default model

    fanzhidongyzby committed May 16, 2024
    Configuration menu
    Copy the full SHA
    58d8aef View commit details
    Browse the repository at this point in the history
  12. make fmt.

    KingSkyLi committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3d40fbf View commit details
    Browse the repository at this point in the history
  13. fix:async sync

    Aries-ckt committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cd80ef0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5f88b9d View commit details
    Browse the repository at this point in the history