Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Implementation of an in-memory storage solution for text document embeddings.

Link copied to clipboard

A file-system-based VectorStorage implementation for managing and embedding documents represented by file paths.

Link copied to clipboard

A JVM-specific implementation of TextFileDocumentEmbeddingStorage tailored for text document embedding and storage within a file system. This class utilizes a ai.koog.rag.base.files.JVMDocumentProvider to handle document reading and manages embeddings using a provided ai.koog.embeddings.base.Embedder.

Link copied to clipboard

A file-based VectorStorage implementation for text documents.

Link copied to clipboard

Interface for a vector storage that combines document ingestion and retrieval.