| .. |
|
graph
|
Add support for per-model configuration settings including thinking, temperature and max_tokens
|
2025-11-25 12:14:24 +02:00 |
|
__init__.py
|
|
|
|
conftest.py
|
Change default embedding model to qwen3-embedding:4b
|
2025-11-21 16:30:41 +02:00 |
|
test_app.py
|
Refactor everything graph-related under the graph module
|
2025-11-13 13:22:03 +02:00 |
|
test_chunk.py
|
async versions for convert_file() convert_text()
|
2025-11-26 17:46:25 +02:00 |
|
test_chunker.py
|
async versions for convert_file() convert_text()
|
2025-11-26 17:46:25 +02:00 |
|
test_cli.py
|
Remove A2A from haiku.rag, turn it into an example
|
2025-11-07 13:31:51 +02:00 |
|
test_client.py
|
Add support for per-model configuration settings including thinking, temperature and max_tokens
|
2025-11-25 12:14:24 +02:00 |
|
test_config.py
|
Generate the config from the AppConfig model directly, add tests
|
2025-11-26 10:17:22 +02:00 |
|
test_converters.py
|
Switch from requests to httpx.AsyncClient for docling-serve
|
2025-11-26 18:00:29 +02:00 |
|
test_database_autocreate.py
|
Replace allow_create with cleaner read_only. Elaborate on the test_info tests
|
2025-11-21 14:37:33 +02:00 |
|
test_document.py
|
Do not use private methods in tests
|
2025-11-25 14:19:28 +02:00 |
|
test_embedder.py
|
Remove provider API keys from config, rely on environment variables for those
|
2025-10-23 13:52:57 +03:00 |
|
test_embedder_config.py
|
Support LMStudio
|
2025-11-26 10:31:40 +02:00 |
|
test_filter.py
|
Add filter param to search(). When filtering, we search in two steps: First filter documents, then search on the chunks with document_id IN the filtered documents
|
2025-10-30 13:03:23 +02:00 |
|
test_info.py
|
Replace allow_create with cleaner read_only. Elaborate on the test_info tests
|
2025-11-21 14:37:33 +02:00 |
|
test_inspector.py
|
inspector command that runs a textual app to browse documents and chunks in the database
|
2025-11-21 16:48:34 +02:00 |
|
test_lancedb_connection.py
|
Refactor config from flat to nested Pydantic models
|
2025-10-23 13:30:21 +03:00 |
|
test_mcp.py
|
Refactor everything graph-related under the graph module
|
2025-11-13 13:22:03 +02:00 |
|
test_monitor.py
|
Introduce delete_orphans in monitor (default=false) to delete db entries that do not resolve in the filesystem
|
2025-11-07 14:40:13 +02:00 |
|
test_preprocessor.py
|
async versions for convert_file() convert_text()
|
2025-11-26 17:46:25 +02:00 |
|
test_qa.py
|
Rename model to name under model
|
2025-11-25 12:28:43 +02:00 |
|
test_reader.py
|
async versions for convert_file() convert_text()
|
2025-11-26 17:46:25 +02:00 |
|
test_rebuild.py
|
|
|
|
test_reranker.py
|
Rename model to name under model
|
2025-11-25 12:28:43 +02:00 |
|
test_search.py
|
Do not use private methods in tests
|
2025-11-25 14:19:28 +02:00 |
|
test_settings.py
|
Move monitor config in its own section
|
2025-10-29 11:23:56 +02:00 |
|
test_utils.py
|
async versions for convert_file() convert_text()
|
2025-11-26 17:46:25 +02:00 |
|
test_versioning.py
|
async versions for convert_file() convert_text()
|
2025-11-26 17:46:25 +02:00 |