haiku.rag/tests/cassettes
Yiorgis Gozadinos b6113bf8ab
replace fixed-radius expansion with section-bounded algorithm
Context expansion is now automatic and structure-aware. For structured
documents, expands within the section containing the match. For sections
that exceed the budget or are too small, expands item-by-item outward
skipping noise labels. Unstructured documents use budget-based outward
expansion. Results sorted by relevance score.
2026-04-16 12:11:53 +03:00
..
test_chunk
test_chunker enable repeat_table_header for self-contained table chunks and docling-serve parity 2026-03-26 14:02:12 +02:00
test_client Security fixes for RLM. Fix type() builtin, AST validation for dict key access, sql injection 2026-02-06 12:07:19 +01:00
test_context_enhancement replace fixed-radius expansion with section-bounded algorithm 2026-04-16 12:11:53 +03:00
test_converters enable repeat_table_header for self-contained table chunks and docling-serve parity 2026-03-26 14:02:12 +02:00
test_database_autocreate
test_document_tools Expand tests 2026-02-13 14:34:24 +02:00
test_embedder Extract run_qa_core() from ask closure in QA toolset. Remove redundant tests and cassettes for OpenAI and Anthropic QA tools, as they are now tested in the core function tests. 2026-02-11 11:38:34 +02:00
test_filter
test_qa Auto-detect structured output mode from model profile. Remove the structured_output config field from ModelConfig. 2026-03-04 14:51:09 +02:00
test_read_only Search results now show rank position instead of raw scores. Consolidate cassettes 2026-01-21 14:54:15 +02:00
test_rebuild Fix embed-only rebuild with changed vector dimensions 2026-01-14 17:42:28 +02:00
test_reranker Support for jina reranker, both local and API 2026-01-21 10:39:21 +02:00
test_research_graph Auto-detect structured output mode from model profile. Remove the structured_output config field from ModelConfig. 2026-03-04 14:51:09 +02:00
test_rlm Re-record rlm tests 2026-03-12 17:31:26 +02:00
test_sandbox Add get_docling_document external function to sandbox 2026-02-24 11:51:43 +02:00
test_search Strengthen search tests, remove redundant title test, relocate primary label test 2026-03-05 11:39:45 +02:00
test_search_filter Auto-detect structured output mode from model profile. Remove the structured_output config field from ModelConfig. 2026-03-04 14:51:09 +02:00
test_search_tools Cap QA agent search iterations to reduce response time 2026-03-11 12:13:43 +02:00
test_versioning