List of all items
Structs
- MemoryStore
- config::ChunkingConfig
- config::EmbeddingConfig
- config::MemoryConfig
- config::SearchConfig
- embedder::MockEmbedder
- embedder::OllamaEmbedder
- hnsw::HnswConfig
- hnsw::HnswHit
- hnsw::HnswIndex
- quantize::QuantizedVector
- quantize::Quantizer
- search::Bm25Hit
- search::VectorHit
- storage::StoragePaths
- tokenizer::EstimateTokenCounter
- types::Document
- types::Fact
- types::MemoryStats
- types::Message
- types::SearchResult
- types::Session
- types::TextChunk
Enums
Traits
Functions
- chunker::chunk_text
- conversation::add_message
- conversation::add_message_with_embedding
- conversation::add_message_with_embedding_q8
- conversation::create_session
- conversation::delete_message_fts
- conversation::delete_session
- conversation::get_messages_within_budget
- conversation::get_recent_messages
- conversation::list_sessions
- conversation::session_token_count
- db::bytes_to_embedding
- db::check_embedding_metadata
- db::clear_embeddings_dirty
- db::embedding_to_bytes
- db::is_embeddings_dirty
- db::open_database
- db::run_migrations
- db::with_transaction
- documents::delete_document_with_chunks
- documents::insert_document_with_chunks
- documents::insert_document_with_chunks_and_ids
- documents::list_documents
- knowledge::delete_fact_with_fts
- knowledge::delete_namespace
- knowledge::get_fact
- knowledge::get_fact_embedding
- knowledge::insert_fact_with_fts
- knowledge::insert_fact_with_fts_q8
- knowledge::list_facts
- knowledge::update_fact_with_fts
- quantize::pack_quantized
- quantize::unpack_quantized
- search::cosine_similarity
- search::fts_only_search
- search::hybrid_search
- search::hybrid_search_with_hnsw
- search::rrf_fuse
- search::sanitize_fts_query
- search::vector_only_search
- search::vector_only_search_with_hnsw