optional semantic retrieval
This commit is contained in:
parent
7c3cd2ab63
commit
1bac1832f0
11 changed files with 453 additions and 3 deletions
|
|
@ -245,6 +245,9 @@ class SearchResult:
|
|||
capability_name: str | None = None
|
||||
evidence_level: str | None = None
|
||||
source_reference: str | None = None
|
||||
text_score: float = 0.0
|
||||
vector_score: float = 0.0
|
||||
hybrid_score: float = 0.0
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue