Skip to content

Commit 5caf131

Browse files
AlexMikhalevclaude
andcommitted
fix(config): correct relevance_function case and add missing terraphim_it field
- Changed BM25 to bm25 (lowercase) for Quickwit Logs role - Added missing terraphim_it field to Default role Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e13e192 commit 5caf131

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

terraphim_server/default/terraphim_engineer_config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"Quickwit Logs": {
3737
"shortname": "QuickwitLogs",
3838
"name": "Quickwit Logs",
39-
"relevance_function": "BM25",
39+
"relevance_function": "bm25",
4040
"terraphim_it": false,
4141
"theme": "darkly",
4242
"kg": null,
@@ -63,6 +63,7 @@
6363
"shortname": "Default",
6464
"name": "Default",
6565
"relevance_function": "title-scorer",
66+
"terraphim_it": false,
6667
"theme": "spacelab",
6768
"kg": null,
6869
"haystacks": [

0 commit comments

Comments
 (0)