Class SearchHit
Inherited Members
Namespace: Glitch9.VectorStore
Assembly: Glitch9.VectorStore.dll
Syntax
public sealed class SearchHit
Properties
| Edit this page View SourceId
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Payload
Declaration
public object Payload { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Score
Declaration
public float Score { get; set; }
Property Value
| Type | Description |
|---|---|
| float |