Skip to content

Commit e534223

Browse files
Implement dynamic community selection for global search (#1396)
* update gitignore * add dynamic community sleection to updated main branch * update SearchResult to record output_tokens. * update search result * dynamic search working * format * add llm_calls_categories and prompt_tokens and output_tokens cate * update * formatting * log drift search output and prompt tokens separately * update global_search.ipynb. update operate dulce dataset and add create_final_communities. update dynamic community selection init * add .ipynb back to cspell.config.yaml * format * add notebook example on dynamic search * rearrange * update gitignore * format code * code format * code format * fix default variable --------- Co-authored-by: Bryan Li <[email protected]>
1 parent ba50caa commit e534223

37 files changed

+1872
-209
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@ site/
5050
docsite/
5151
.yarn/
5252
.pnp*
53+
54+
# PyCharm
55+
.idea/
56+
57+
# Jupyter notebook
58+
.ipynb_checkpoints/
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "patch",
3+
"description": "Implement dynamic community selection to global search"
4+
}

docs/examples_notebooks/global_search.ipynb

Lines changed: 447 additions & 21 deletions
Large diffs are not rendered by default.

docs/examples_notebooks/global_search_with_dynamic_community_selection.ipynb

Lines changed: 615 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)