-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance indexing and querying functionalities
- Updated `index_graph` function to include detailed progress tracking and multi-threaded output handling. - Improved `run_query` and `send_message` functions to handle model parameters and exceptions robustly. - Refactored UI components for better user interaction: - Removed redundant `root_dir` parameter from several functions. - Enhanced folder and file selection interactions in the indexing outputs tab. - Improved feedback and status updates for file operations and indexing progress. - Added progress bar and detailed logging for indexing process. - Set up global `root_dir` value for consistent directory handling. - Minor bug fixes and performance optimizations. Changes: - Modified `index_graph` to provide real-time progress updates. - Refactored `send_message` to streamline query execution and error handling. - Improved `update_visualization`, `update_output_folder_list`, `update_folder_content_list`, `handle_content_selection`, and `initialize_selected_folder` for better user experience. - Updated UI elements in the GraphRAG Local UI for clarity and usability. Reviewed and tested all changes to ensure stability and performance improvements.
- Loading branch information
1 parent
9e8039a
commit 4484c3e
Showing
98 changed files
with
305 additions
and
188 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(99%)
graphrag/index/graph/utils/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
graphrag/index/graph/utils/__pycache__/normalize_node_names.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
graphrag/index/graph/utils/__pycache__/stable_lcc.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
graphrag/index/utils/__pycache__/rate_limiter.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(99%)
...rbs/entities/summarize/strategies/graph_intelligence/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(99%)
...rbs/entities/summarize/strategies/graph_intelligence/__pycache__/defaults.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
...ummarize/strategies/graph_intelligence/__pycache__/run_graph_intelligence.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(99%)
graphrag/index/verbs/graph/clustering/strategies/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
graphrag/index/verbs/graph/clustering/strategies/__pycache__/leiden.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(99%)
graphrag/index/verbs/graph/layout/methods/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
graphrag/index/verbs/graph/layout/methods/__pycache__/zero.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(99%)
...dex/verbs/graph/report/strategies/graph_intelligence/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
...dex/verbs/graph/report/strategies/graph_intelligence/__pycache__/defaults.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
...h/report/strategies/graph_intelligence/__pycache__/run_graph_intelligence.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
graphrag/index/verbs/text/embed/strategies/__pycache__/openai.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
...edb/description_embedding.lance/_transactions/10-3f2722e9-ac06-467a-b742-3be376b857e2.txn
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
$3f2722e9-ac06-467a-b742-3be376b857e2��id ���������*string08text ���������*string084vector ���������*fixed_size_list:float:76808% | ||
attributes ���������*string08 |
Binary file added
BIN
+99 Bytes
...edb/description_embedding.lance/_transactions/11-dd544802-3c26-4955-9c12-795fdca45060.txn
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
...edb/description_embedding.lance/_transactions/12-172bd179-ce47-424f-8d9d-8a86eb9f2bad.txn
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
$172bd179-ce47-424f-8d9d-8a86eb9f2bad��id ���������*string08text ���������*string084vector ���������*fixed_size_list:float:76808% | ||
attributes ���������*string08 |
Binary file added
BIN
+99 Bytes
...edb/description_embedding.lance/_transactions/13-a63c5513-e48d-4694-ac12-1c4d5aec53d3.txn
Binary file not shown.
Oops, something went wrong.