List of all items
Structs
- backend::Encoding
- bm25::BM25Fields
- bm25::Bm25Index
- bm25::CodeSplitFilter
- bm25::CodeSplitFilterWrapper
- bm25::CodeSplitTokenStream
- cache::config::CacheConfig
- cache::config::IgnoreConfig
- cache::config::RepoConfig
- chunk::ArchivedCodeChunk
- chunk::ChunkConfig
- chunk::CodeChunk
- chunk::CodeChunkResolver
- embed::SearchConfig
- embed::SearchResult
- encoder::ripvec::bm25::Bm25Index
- encoder::ripvec::chunking::ChunkBoundary
- encoder::ripvec::dense::StaticEncoder
- encoder::ripvec::index::RipvecIndex
- encoder::ripvec::manifest::Diff
- encoder::ripvec::manifest::FileEntry
- encoder::ripvec::manifest::Manifest
- encoder::ripvec::static_model::StaticEmbedModel
- entry_points::EntryPoint
- entry_points::GoEntryDetector
- entry_points::PythonEntryDetector
- entry_points::RustEntryDetector
- hybrid::ParseSearchModeError
- languages::CallConfig
- languages::LangConfig
- profile::EmbedProgress
- profile::PhaseGuard
- ranking::CrossEncoderRerank
- ranking::PageRankBoost
- ranking::PathPenalty
- ranking::Threshold
- ranking::TopK
- repo_map::ArchivedCallRef
- repo_map::ArchivedDefinition
- repo_map::ArchivedFileNode
- repo_map::ArchivedImportRef
- repo_map::ArchivedRepoGraph
- repo_map::CallRef
- repo_map::CallRefResolver
- repo_map::Definition
- repo_map::DefinitionResolver
- repo_map::FileNode
- repo_map::FileNodeResolver
- repo_map::GetRepoMapResponse
- repo_map::ImportRef
- repo_map::ImportRefResolver
- repo_map::RepoGraph
- repo_map::RepoGraphResolver
- repo_map::RepoMapCall
- repo_map::RepoMapFile
- repo_map::RepoMapLspLocation
- repo_map::RepoMapSymbol
- rerank::Reranker
- walk::WalkOptions
Enums
- backend::blas_info::BlasKind
- backend::blas_info::CpuVendor
- chunk::ArchivedContentKind
- chunk::ContentKind
- chunk::ContentKindResolver
- embed::Corpus
- embed::RerankPolicy
- encoder::ripvec::index::CorpusClass
- entry_points::EntryPointKind
- error::Error
- hybrid::SearchMode
- profile::Profiler
- repo_map::FocusResolution
Traits
- backend::RerankBackend
- encoder::VectorEncoder
- entry_points::EntryPointDetector
- ranking::RankingLayer
- searchable::SearchableIndex
Functions
- backend::blas_info::cpu_driver_name
- backend::blas_info::detect_blas
- backend::blas_info::detect_cpu_vendor
- backend::blas_info::recommend_blas
- backend::load_reranker_cpu
- bm25::build_schema
- bm25::code_analyzer
- bm25::split_code_identifier
- cache::config::find_config
- cache::config::find_repo_config
- chunk::build_scope_chain
- chunk::chunk_file
- chunk::chunk_rdf_text
- chunk::chunk_source_for_path
- chunk::chunk_text
- chunk::extract_signature
- chunk::is_rdf_text_extension
- chunk::minify_whitespace
- embed::apply_structural_boost
- encoder::ripvec::bm25::enrich_for_bm25
- encoder::ripvec::bm25::search_bm25
- encoder::ripvec::bm25::selector_to_mask
- encoder::ripvec::chunking::chunk_lines
- encoder::ripvec::chunking::chunk_source
- encoder::ripvec::hybrid::parallel_sgemv
- encoder::ripvec::hybrid::search_hybrid
- encoder::ripvec::hybrid::search_semantic
- encoder::ripvec::manifest::diff_against_walk
- encoder::ripvec::penalties::file_path_penalty
- encoder::ripvec::penalties::rerank_topk
- encoder::ripvec::ranking::apply_query_boost
- encoder::ripvec::ranking::boost_multi_chunk_files
- encoder::ripvec::ranking::is_prose_path
- encoder::ripvec::ranking::is_symbol_query
- encoder::ripvec::ranking::resolve_alpha
- encoder::ripvec::tokens::split_identifier
- encoder::ripvec::tokens::tokenize
- entry_points::detector_for
- hybrid::boost_with_pagerank
- hybrid::pagerank_boost_factor
- hybrid::pagerank_lookup
- languages::call_query_for_extension
- languages::config_for_extension
- languages::derive_hcl_block_name
- languages::is_go_language
- languages::is_hcl_language
- languages::is_python_language
- languages::is_rust_language
- languages::is_sql_language
- languages::lsp_symbol_kind_for_decorated_definition
- languages::lsp_symbol_kind_for_node
- languages::lsp_symbol_kind_for_node_kind
- ranking::apply_chain
- repo_map::build_def_index_pub
- repo_map::build_graph
- repo_map::build_graph_from_files_pub
- repo_map::build_neighbor_lists
- repo_map::build_trait_impl_edges_pub
- repo_map::enrich_go_method_def_scopes_pub
- repo_map::enrich_sql_file_def_pub
- repo_map::extract_calls_pub
- repo_map::extract_python_class_hierarchy
- repo_map::render
- repo_map::render_json
- repo_map::render_json_budgeted
- repo_map::resolve_calls_pub
- repo_map::resolve_calls_with_python_mro_pub
- similarity::dot_product
- similarity::rank_all
- tokenize::load_tokenizer
- tokenize::tokenize_query
- walk::collect_files
- walk::collect_files_with_options
Type Aliases
Constants
- embed::DEFAULT_BATCH_SIZE
- embed::PROSE_EXTENSIONS
- encoder::ripvec::chunking::DEFAULT_DESIRED_CHUNK_CHARS
- encoder::ripvec::dense::DEFAULT_HIDDEN_DIM
- encoder::ripvec::dense::DEFAULT_MODEL_REPO
- encoder::ripvec::hybrid::RRF_K
- encoder::ripvec::penalties::FILE_SATURATION_DECAY
- encoder::ripvec::penalties::FILE_SATURATION_THRESHOLD
- encoder::ripvec::penalties::MILD_PENALTY
- encoder::ripvec::penalties::MODERATE_PENALTY
- encoder::ripvec::penalties::STRONG_PENALTY
- encoder::ripvec::ranking::ALPHA_NL
- encoder::ripvec::ranking::ALPHA_SYMBOL
- encoder::ripvec::static_model::DEFAULT_MAX_TOKENS
- languages::lsp_symbol_kind::ARRAY
- languages::lsp_symbol_kind::BOOLEAN
- languages::lsp_symbol_kind::CLASS
- languages::lsp_symbol_kind::CONSTANT
- languages::lsp_symbol_kind::CONSTRUCTOR
- languages::lsp_symbol_kind::ENUM
- languages::lsp_symbol_kind::ENUM_MEMBER
- languages::lsp_symbol_kind::EVENT
- languages::lsp_symbol_kind::FIELD
- languages::lsp_symbol_kind::FILE
- languages::lsp_symbol_kind::FUNCTION
- languages::lsp_symbol_kind::INTERFACE
- languages::lsp_symbol_kind::KEY
- languages::lsp_symbol_kind::METHOD
- languages::lsp_symbol_kind::MODULE
- languages::lsp_symbol_kind::NAMESPACE
- languages::lsp_symbol_kind::NULL
- languages::lsp_symbol_kind::NUMBER
- languages::lsp_symbol_kind::OBJECT
- languages::lsp_symbol_kind::OPERATOR
- languages::lsp_symbol_kind::PACKAGE
- languages::lsp_symbol_kind::PROPERTY
- languages::lsp_symbol_kind::STRING
- languages::lsp_symbol_kind::STRUCT
- languages::lsp_symbol_kind::TYPE_PARAMETER
- languages::lsp_symbol_kind::VARIABLE
- rerank::DEFAULT_RERANK_CANDIDATES
- rerank::DEFAULT_RERANK_MODEL