Skip to main content

Module semantic_search

Module semantic_search 

Source
Expand description

Semantic search functionality for querying embeddings databases.

This module provides tools for performing semantic similarity searches against embeddings stored in JSON format.

Structsยง

EmbeddingChunk
Represents a chunk with its embedding from the embeddings database
EmbeddingsDatabase
The complete embeddings database structure
EmbeddingsDatabaseMetadata
Metadata about the embeddings database
SearchResult
A search result containing the chunk and its similarity score
SemanticSearch
Semantic search engine for querying embeddings databases