mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
Update VectorStoreSearchResult score value range (#937)
update VectorStoreSearchResult score comment Co-authored-by: wanhua.gu <wanhua.gu@wiz.ai> Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
This commit is contained in:
parent
75735bd103
commit
44fd35c84f
@ -34,7 +34,7 @@ class VectorStoreSearchResult:
|
||||
"""Document that was found."""
|
||||
|
||||
score: float
|
||||
"""Similarity score between 0 and 1. Higher is more similar."""
|
||||
"""Similarity score between -1 and 1. Higher is more similar."""
|
||||
|
||||
|
||||
class BaseVectorStore(ABC):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user