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(GraphRAG): enhance GraphRAG by graph community summary #1801

Merged
merged 108 commits into from
Aug 30, 2024

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    93f2a74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e22b7ba View commit details
    Browse the repository at this point in the history
  3. 1. add interface: insert_graph and stream_query

    2. add store_config: summary_enabled
    3. update tugraph_connect: function run
    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    84092c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e952131 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e9ed94 View commit details
    Browse the repository at this point in the history
  6. implement global search method

    M1n9X authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d28aac3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    830b8e9 View commit details
    Browse the repository at this point in the history
  8. fixed test tugraph store;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0db297d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab9fdf1 View commit details
    Browse the repository at this point in the history
  10. add CommunityMetastore

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    130672f View commit details
    Browse the repository at this point in the history
  11. add upload_plugin funtion;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d4ee4da View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bcdfc68 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    af819ba View commit details
    Browse the repository at this point in the history
  14. add load plugin and run plugin;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1ae198e View commit details
    Browse the repository at this point in the history
  15. fixed plugin_names upload;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ca718de View commit details
    Browse the repository at this point in the history
  16. pull up metastore api

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    22f9cb2 View commit details
    Browse the repository at this point in the history
  17. code review conn_tugraph;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    329703b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7ba2b9a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    62e817d View commit details
    Browse the repository at this point in the history
  20. fixed leiden;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    86111a7 View commit details
    Browse the repository at this point in the history
  21. fixed;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3168cc1 View commit details
    Browse the repository at this point in the history
  22. update ignore;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f8cb9bb View commit details
    Browse the repository at this point in the history
  23. update ignore;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bd09fe9 View commit details
    Browse the repository at this point in the history
  24. fixed;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f6abe2b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5f4e5ab View commit details
    Browse the repository at this point in the history
  26. parse response in GraphExtractor

    M1n9X authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bbcf65c View commit details
    Browse the repository at this point in the history
  27. add leiden.so

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    57bb5a2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    31a3762 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    cfbb097 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    93442a7 View commit details
    Browse the repository at this point in the history
  31. fixed schema;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    be10129 View commit details
    Browse the repository at this point in the history
  32. fix:community extract bug

    Aries-ckt authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e177b03 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    502c6f9 View commit details
    Browse the repository at this point in the history
  34. fix runtime bugs

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    94c6069 View commit details
    Browse the repository at this point in the history
  35. Remove leiden.so

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1b04773 View commit details
    Browse the repository at this point in the history
  36. change leiden path;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d986992 View commit details
    Browse the repository at this point in the history
  37. add graph_name re;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    251b129 View commit details
    Browse the repository at this point in the history
  38. fixed bug and todo;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0d1f245 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ecadfcf View commit details
    Browse the repository at this point in the history
  40. fix configs

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5ea1944 View commit details
    Browse the repository at this point in the history
  41. fixed;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5502e2d View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    8466f3d View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    5ca457f View commit details
    Browse the repository at this point in the history
  44. add url

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    efd6709 View commit details
    Browse the repository at this point in the history
  45. fix prompt

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    041b87e View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    ae20d7a View commit details
    Browse the repository at this point in the history
  47. fixed bug;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bfb9b0b View commit details
    Browse the repository at this point in the history
  48. fixed bug.

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    63cf2e1 View commit details
    Browse the repository at this point in the history
  49. fix runtime bugs

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a0db3f1 View commit details
    Browse the repository at this point in the history
  50. optimize prompt

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c09ca68 View commit details
    Browse the repository at this point in the history
  51. fix ignore

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c7c54af View commit details
    Browse the repository at this point in the history
  52. feat:add truncate and fmt code

    Aries-ckt authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e907ff5 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    40fcbd6 View commit details
    Browse the repository at this point in the history
  54. fix bugs

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    db16082 View commit details
    Browse the repository at this point in the history
  55. fix style

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    01d1448 View commit details
    Browse the repository at this point in the history
  56. add truncate

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2426bd0 View commit details
    Browse the repository at this point in the history
  57. add tugraph_store truncate;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    63c363b View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    13a0dde View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    93fb90d View commit details
    Browse the repository at this point in the history
  60. refractor graph api

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c4f1ea4 View commit details
    Browse the repository at this point in the history
  61. fixed bug;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0103bc5 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    1e56182 View commit details
    Browse the repository at this point in the history
  63. adjust packages

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6f99eda View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    0683bcc View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    f5483e9 View commit details
    Browse the repository at this point in the history
  66. fixed bug;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1388acd View commit details
    Browse the repository at this point in the history
  67. fix bugs

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bfcdf3c View commit details
    Browse the repository at this point in the history
  68. fixed white_list;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    dd934d3 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    e084982 View commit details
    Browse the repository at this point in the history
  70. fixed graphvis api;

    KingSkyLi authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b6559cb View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    a9319ff View commit details
    Browse the repository at this point in the history
  72. refactor: web config

    yvonneyx authored and fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    47a237e View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    acffef5 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    bc23eb2 View commit details
    Browse the repository at this point in the history
  75. optimize prompt

    fanzhidongyzby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    14cbb4a View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    8ee0c0f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. fix: remove unnecessary file

    yvonneyx committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0223ac9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abcf3bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7408465 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e6d053 View commit details
    Browse the repository at this point in the history
  5. add test file;

    KingSkyLi committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    77478e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3cab22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8804c87 View commit details
    Browse the repository at this point in the history
  8. adjust md files

    fanzhidongyzby committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ed6ae26 View commit details
    Browse the repository at this point in the history
  9. style:fmt

    Aries-ckt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b252cc2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    610ed6a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1c4557f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d51806 View commit details
    Browse the repository at this point in the history
  13. fix:solve the main conflict

    Aries-ckt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    004003d View commit details
    Browse the repository at this point in the history
  14. remove blank

    fanzhidongyzby committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9033f50 View commit details
    Browse the repository at this point in the history
  15. Delete useless test code;

    KingSkyLi committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0888f17 View commit details
    Browse the repository at this point in the history
  16. refactor(web): adjust data

    yvonneyx committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    803eb0c View commit details
    Browse the repository at this point in the history
  17. update graphvis api;

    KingSkyLi committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1599b4a View commit details
    Browse the repository at this point in the history
  18. update graphvis api;

    KingSkyLi committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8f9da4d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c7dc954 View commit details
    Browse the repository at this point in the history
  20. communityid->communityId

    KingSkyLi committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6bb3ffd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    7764366 View commit details
    Browse the repository at this point in the history
  2. fix edge bug

    fanzhidongyzby committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    07dde3d View commit details
    Browse the repository at this point in the history
  3. style:fmt

    Aries-ckt committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    562f874 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81bbdc0 View commit details
    Browse the repository at this point in the history
  5. fix code check

    fanzhidongyzby committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d583d41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2065b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c7cc58 View commit details
    Browse the repository at this point in the history
  8. 重构GraphRAG测试

    fanzhidongyzby committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    84e0d4e View commit details
    Browse the repository at this point in the history
  9. fix:recall_test sync->async

    Aries-ckt authored and fanzhidongyzby committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f17c32b View commit details
    Browse the repository at this point in the history
  10. add ut

    fanzhidongyzby committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1b569c9 View commit details
    Browse the repository at this point in the history
  11. fix:conflict

    Aries-ckt committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    64dd972 View commit details
    Browse the repository at this point in the history
  12. fixed code style;

    KingSkyLi committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    58f5f13 View commit details
    Browse the repository at this point in the history