Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type CommandEmbed ¶ added in v0.1.0
type CommandEmbed struct { // Content + Embed Field names Fields stringPairs ModelVersion int Start timeVar }
func (*CommandEmbed) String ¶ added in v0.1.0
func (e *CommandEmbed) String() string
func (*CommandEmbed) Validate ¶ added in v0.1.0
func (e *CommandEmbed) Validate() error
type EmbeddingItem ¶ added in v0.1.0
type EmbeddingItem struct { DocIndex int // Index of document in the batch FieldIndex int // Index of field in the embed fields Content string // The content to embed EmbedPath string // The path where embedding should be stored DocumentID string // Document ID for better logging }
EmbeddingItem tracks an individual content item to be embedded
Click to show internal directories.
Click to hide internal directories.