package
Version:
v0.0.13-alpha.3
Opens a new window with list of versions in this module.
Published: Feb 1, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Embed returns the embeddings for the given texts
const (
ModelNomicEmbedTextV1 Model = "nomic-embed-text-v1"
ModelAllMiniLML6V2 Model = "all-MiniLM-L6-v2"
)
const (
TaskTypeSearchQuery TaskType = "search_query"
TaskTypeSearchDocument TaskType = "search_document"
TaskTypeClustering TaskType = "clustering"
TaskTypeClassification TaskType = "classification"
)
type Usage struct {
TotalTokens int `json:"total_tokens"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.