Module indexing

Module indexing 

Source

Re-exports§

pub use crate::indexing_decorators::*;
pub use crate::indexing_traits::*;

Structs§

IndexingDefaults
IndexingDefaultsInner
IndexingStream
An asynchronous stream of Node<T> items.
Metadata
Node
Represents a unit of data in the indexing process.
NodeBuilder
Builder for Node.

Enums§

EmbedMode
Embed mode of the pipeline.
EmbeddedField
Type of Embeddable stored in model.

Traits§

Chunk
Helper trait for types that can be used as data chunks in a Node. For now always expects an owned value

Type Aliases§

TextNode