Skip to content

Commit

Permalink
fix: update graphRAG mode
Browse files Browse the repository at this point in the history
  • Loading branch information
taprosoft committed Dec 17, 2024
1 parent f9d6650 commit bfa4d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ktem/ktem/index/file/graph/pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def get_user_settings(cls) -> dict:
"search_type": {
"name": "Search type",
"value": "local",
"choices": ["local", "global"],
"choices": ["local"],
"component": "dropdown",
"info": "Whether to use local or global search in the graph.",
}
Expand Down

0 comments on commit bfa4d2b

Please sign in to comment.