Skip to content

Commit 89b6867

Browse files
authored
Merge pull request #2474 from tisnik/lcore-1583-final-fixes
LCORE-1583: Final fixes
2 parents b8be701 + 060d9c6 commit 89b6867

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/models/successful_responses.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4900,6 +4900,13 @@
49004900
"title": "Score multiplier",
49014901
"type": "number"
49024902
},
4903+
"relevance_cutoff_score": {
4904+
"default": 0.3,
4905+
"description": "Minimum raw similarity score to consider a result relevant. Results with a similarity score below this threshold are not returned.",
4906+
"minimum": 0,
4907+
"title": "Relevance cutoff score",
4908+
"type": "number"
4909+
},
49034910
"host": {
49044911
"type": "string",
49054912
"nullable": true,

docs/models/successful_responses.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,6 +2135,7 @@ BYOK (Bring Your Own Knowledge) RAG store configuration.
21352135
| vector_db_id | string | Vector database identification. |
21362136
| db_path | string | Path to RAG database. Required for faiss backend. |
21372137
| score_multiplier | number | Multiplier applied to relevance scores from this vector store. Used to weight results when querying multiple knowledge sources. Values > 1 boost this store's results; values < 1 reduce them. |
2138+
| relevance_cutoff_score | number | Minimum raw similarity score to consider a result relevant. Results with a similarity score below this threshold are not returned. |
21382139
| host | string | PostgreSQL host for pgvector backend. Defaults to ${env.POSTGRES_HOST} when backend is pgvector. |
21392140
| port | | PostgreSQL port for pgvector backend. Defaults to ${env.POSTGRES_PORT} when backend is pgvector. |
21402141
| db | string | PostgreSQL database name for pgvector backend. Defaults to ${env.POSTGRES_DATABASE} when backend is pgvector. |

0 commit comments

Comments
 (0)