Documentation
¶
Index ¶
- Constants
- Variables
- type ApplyMode
- type ApplyToken
- type BudgetPolicyMode
- type BudgetPolicySpec
- type DeleteMutation
- type DurabilityMode
- type Engine
- type EngineOptions
- type FilterSpec
- type GraphSpec
- type Index
- type IndexHandle
- type IndexID
- type IndexMeta
- type IndexSpec
- type IndexStats
- type Metric
- type Mutation
- type QuantizerSpec
- type SearchDiagnostics
- type SearchHit
- type SearchRequest
- type SearchResult
- type SearchTuning
- type StorageSpec
- type VerifyCheck
- type VerifyOptions
- type VerifyReport
Constants ¶
View Source
const ( MetricCosine = api.MetricCosine MetricDot = api.MetricDot MetricEuclidean = api.MetricEuclidean ApplyModeSync = api.ApplyModeSync ApplyModeAsync = api.ApplyModeAsync DurabilitySyncEveryCommit = api.DurabilitySyncEveryCommit DurabilityPeriodic = api.DurabilityPeriodic DurabilityAsync = api.DurabilityAsync BudgetPolicyAdaptive = api.BudgetPolicyAdaptive BudgetPolicyFixed = api.BudgetPolicyFixed )
Variables ¶
View Source
var ( ErrInvalidSpec = api.ErrInvalidSpec ErrInvalidMutation = api.ErrInvalidMutation ErrIndexExists = api.ErrIndexExists ErrIndexNotFound = api.ErrIndexNotFound ErrClosed = api.ErrClosed ErrNotAppliedYet = api.ErrNotAppliedYet ErrUnsupportedMetric = api.ErrUnsupportedMetric ErrUnsupportedFormat = api.ErrUnsupportedFormat )
Functions ¶
This section is empty.
Types ¶
type ApplyToken ¶
type ApplyToken = api.ApplyToken
type BudgetPolicyMode ¶
type BudgetPolicyMode = api.BudgetPolicyMode
type BudgetPolicySpec ¶
type BudgetPolicySpec = api.BudgetPolicySpec
type DeleteMutation ¶
type DeleteMutation = api.DeleteMutation
type DurabilityMode ¶
type DurabilityMode = api.DurabilityMode
type EngineOptions ¶
type FilterSpec ¶
type FilterSpec = api.FilterSpec
type IndexHandle ¶
type IndexHandle = api.IndexHandle
type IndexStats ¶
type IndexStats = api.IndexStats
type QuantizerSpec ¶
type QuantizerSpec = api.QuantizerSpec
type SearchDiagnostics ¶
type SearchDiagnostics = api.SearchDiagnostics
type SearchRequest ¶
type SearchRequest = api.SearchRequest
type SearchResult ¶
type SearchResult = api.SearchResult
type SearchTuning ¶
type SearchTuning = api.SearchTuning
type StorageSpec ¶
type StorageSpec = api.StorageSpec
type VerifyCheck ¶
type VerifyCheck = api.VerifyCheck
type VerifyOptions ¶
type VerifyOptions = api.VerifyOptions
type VerifyReport ¶
type VerifyReport = api.VerifyReport
Click to show internal directories.
Click to hide internal directories.