Module common

Source
Expand description

§Common

The common module is a home for all our code that is shared across multiple modules. A prime example of this would be any domain specific types that can appear across the library such as the common::Chunk type.

Structs§

Chunk
Chunk
Embedding
Embedding
EmbeddingModelMetadata
EmbeddingModelMetadata

Enums§

OpenAIEmbeddingModel
OpenAIEmbeddingModel

Traits§

EmbeddingModel
EmbeddingModel
TokenizerWrapper
TokenizerWrapper

Type Aliases§

Chunks
Type alias for a vector of Chunk