package
Version:
v0.2.1-alpha.2
Opens a new window with list of versions in this module.
Published: Sep 10, 2024
License: MIT
Opens a new window with license information.
Imports: 9
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.