haiku.rag/tests
2025-08-15 22:01:57 +02:00
..
__init__.py Use LLM-as-a-judge to test QA 2025-06-25 18:18:28 +03:00
conftest.py OpenAI Question/Answer agent 2025-06-28 09:11:39 +03:00
generate_benchmark_db.py Better formatting of benchmark script 2025-07-09 10:27:32 +03:00
llm_judge.py Tune parameters 2025-07-20 22:45:24 +03:00
test_app.py Make citations optional, through cite parameter 2025-08-12 13:19:11 +02:00
test_chunk.py Get adjacent chunks method 2025-08-12 13:24:04 +02:00
test_chunker.py Operate on DoclingDocument instead of Document 2025-08-08 17:24:34 +02:00
test_cli.py Make citations optional, through cite parameter 2025-08-12 13:19:11 +02:00
test_client.py Make radius a parameter we can pass to expand_context() 2025-08-12 16:53:45 +02:00
test_document.py Add uri to Documents 2025-06-17 10:41:44 +02:00
test_embedder.py Do not use mocks in embeddings test 2025-08-15 22:01:57 +02:00
test_monitor.py Remove Claude nonsense, use context manager 2025-07-12 23:00:49 +03:00
test_qa.py Migrate QA agent to Pydantic AI. 2025-08-15 21:13:17 +02:00
test_reader.py Make FileReader return a DoclingDocument instead of a md string 2025-08-08 14:45:24 +02:00
test_rebuild.py Remove Claude nonsense, use context manager 2025-07-12 23:00:49 +03:00
test_reranker.py Refactor Ollama reranker around pydantic AI 2025-08-15 21:26:16 +02:00
test_search.py Get adjacent chunks method 2025-08-12 13:24:04 +02:00
test_settings.py Store haiku.rag version, enabling upgrades 2025-07-16 18:21:41 +03:00
test_utils.py text_to_docling_document() util 2025-08-08 15:38:57 +02:00