List of all items
Structs
- filter::filtered_search::FilteredSearchResult
- filter::filtered_search::FilteredSearcher
- filter::filtered_search::VectorMetadataStore
- filter::parser::FilterParser
- filter::strategy::SelectivityEstimate
- hnsw::config::HnswConfig
- hnsw::graph::BatchDeleteResult
- hnsw::graph::CompactionResult
- hnsw::graph::HnswIndex
- hnsw::graph::HnswNode
- hnsw::graph::Layer
- hnsw::graph::NodeId
- hnsw::graph::VectorId
- hnsw::neighbor::NeighborIter
- hnsw::neighbor::NeighborPool
- hnsw::search::Candidate
- hnsw::search::SearchContext
- hnsw::search::SearchResult
- hnsw::search::Searcher
- metadata::MetadataStore
- metric::dot::DotProduct
- metric::hamming::Hamming
- metric::l2::L2Squared
- persistence::chunking::ChunkIter
- persistence::entry::WalEntry
- persistence::header::FileHeader
- persistence::header::MetadataSectionHeader
- persistence::storage::MemoryBackend
- persistence::storage::file::FileBackend
- persistence::wal::WalAppender
- persistence::wal::WalIterator
- quantization::binary::BinaryQuantizer
- quantization::binary::QuantizedVector
- quantization::scalar::QuantizerConfig
- quantization::scalar::ScalarQuantizer
- quantization::variable::BinaryVector
- simd::detect::SimdCapabilities
- storage::VectorStorage
- storage::binary::BinaryVectorStorage
- wasm::BatchInsertConfig
- wasm::BatchInsertResult
- wasm::EdgeVec
- wasm::EdgeVecConfig
- wasm::IndexedDbBackend
- wasm::JsMetadataValue
- wasm::MemoryConfig
- wasm::MemoryPressure
- wasm::MemoryRecommendation
- wasm::PersistenceIterator
- wasm::WasmBatchDeleteResult
- wasm::WasmCompactionResult
Enums
- error::BatchError
- error::EdgeVecError
- filter::ast::FilterExpr
- filter::error::FilterError
- filter::filtered_search::FilteredSearchError
- filter::parser::Rule
- filter::strategy::FilterStrategy
- hnsw::graph::BatchDeleteError
- hnsw::graph::GraphError
- metadata::MetadataError
- metadata::MetadataValue
- metadata::SerializationError
- persistence::PersistenceError
- persistence::header::HeaderError
- persistence::header::MetadataHeaderError
- persistence::wal::WalError
- quantization::variable::QuantizationError
- simd::SimdBackend
- storage::StorageError
- storage::StorageType
- storage::binary::BinaryStorageError
- wasm::MemoryPressureLevel
Traits
- batch::BatchInsertable
- filter::strategy::MetadataStore
- hnsw::graph::VectorProvider
- metric::Metric
- persistence::chunking::ChunkedWriter
- persistence::storage::StorageBackend
Functions
- filter::evaluator::evaluate
- filter::parser::parse
- filter::strategy::calculate_oversample
- filter::strategy::estimate_filter_selectivity
- filter::strategy::estimate_selectivity
- filter::strategy::is_contradiction
- filter::strategy::is_tautology
- filter::strategy::overfetch_from_selectivity
- filter::strategy::select_strategy
- hnsw::rescore::rescore
- hnsw::rescore::rescore_top_k
- metadata::validation::validate_key
- metadata::validation::validate_key_value
- metadata::validation::validate_value
- metric::scalar::dot_product_u8
- metric::scalar::l2_squared_u8
- metric::simd::l2_squared_u8
- persistence::reader::read_file_header
- persistence::reader::read_index_header
- persistence::snapshot::read_snapshot
- persistence::snapshot::write_snapshot
- persistence::storage::load_snapshot
- persistence::writer::write_empty_index
- quantization::simd::hamming_distance
- quantization::simd::hamming_distance_portable
- quantization::simd::portable::hamming_distance_portable
- quantization::simd::portable::hamming_distance_slice
- simd::detect::capabilities
- simd::detect::warn_if_suboptimal
- simd::detect_neon
- simd::popcount::scalar_popcount_xor
- simd::popcount::simd_popcount_xor
- simd::select_backend
- version
- wasm::filter::filter_error_to_jsvalue
- wasm::filter::get_filter_info_js
- wasm::filter::parse_filter_js
- wasm::filter::try_parse_filter_js
- wasm::filter::validate_filter_js
- wasm::init_logging
- wasm::track_batch_insert
- wasm::track_vector_insert
Type Aliases
Constants
- VERSION
- filter::error::MAX_ARRAY_ELEMENTS
- filter::error::MAX_EXPRESSION_NODES
- filter::error::MAX_INPUT_LENGTH
- filter::error::MAX_NESTING_DEPTH
- filter::strategy::DEFAULT_OVERSAMPLE
- filter::strategy::EF_CAP
- filter::strategy::MAX_OVERSAMPLE
- filter::strategy::POSTFILTER_THRESHOLD
- filter::strategy::PREFILTER_THRESHOLD
- filter::strategy::SELECTIVITY_SAMPLE_SIZE
- metadata::validation::MAX_KEYS_PER_VECTOR
- metadata::validation::MAX_KEY_LENGTH
- metadata::validation::MAX_STRING_ARRAY_LENGTH
- metadata::validation::MAX_STRING_VALUE_LENGTH
- persistence::header::FORMAT_JSON
- persistence::header::FORMAT_POSTCARD
- persistence::header::Flags::COMPRESSED
- persistence::header::Flags::HAS_METADATA
- persistence::header::Flags::QUANTIZED
- persistence::header::MAGIC
- persistence::header::METADATA_MAGIC
- persistence::header::METADATA_VERSION
- persistence::header::VERSION_MAJOR
- persistence::header::VERSION_MINOR
- persistence::header::VERSION_MINOR_MIN
- persistence::wal::CRC_SIZE
- persistence::wal::MAX_PAYLOAD_SIZE
- persistence::wal::WAL_HEADER_SIZE
- quantization::binary::BINARY_QUANTIZATION_DIM
- quantization::binary::QUANTIZED_VECTOR_SIZE