| .. |
|
__init__.py
|
|
|
|
conftest.py
|
Basic moving to lancedb.
|
2025-09-01 14:56:14 +03:00 |
|
test_a2a.py
|
Remove list documents, make separate artifacts for q/a, search & get document
|
2025-10-13 18:01:24 +03:00 |
|
test_app.py
|
Make serve cli command run monitor, mcp or a2a independently
|
2025-10-13 18:01:24 +03:00 |
|
test_chunk.py
|
Upgrades are back. Make chunk order a table column rather than a metadata property
|
2025-09-18 13:42:07 +03:00 |
|
test_chunker.py
|
Operate on DoclingDocument instead of Document
|
2025-08-08 17:24:34 +02:00 |
|
test_cli.py
|
Make serve cli command run monitor, mcp or a2a independently
|
2025-10-13 18:01:24 +03:00 |
|
test_client.py
|
Fix embedding client test
|
2025-09-26 13:52:06 +03:00 |
|
test_deep_qa.py
|
Rename nodes to make it clear they are part of Q/A
|
2025-09-30 16:59:36 +03:00 |
|
test_document.py
|
Upgrades are back. Make chunk order a table column rather than a metadata property
|
2025-09-18 13:42:07 +03:00 |
|
test_embedder.py
|
Support batch embedding
|
2025-09-05 10:48:31 +03:00 |
|
test_info.py
|
info command in CLI
|
2025-09-23 12:20:25 +03:00 |
|
test_lancedb_connection.py
|
Centralize vacuuming
|
2025-10-07 12:05:25 +03:00 |
|
test_mcp.py
|
Test mcp tools
|
2025-10-08 09:20:26 +03:00 |
|
test_monitor.py
|
Basic moving to lancedb.
|
2025-09-01 14:56:14 +03:00 |
|
test_preprocessor.py
|
Allow for custom pre-processing after markdown is generated and before it is chunked.
|
2025-09-15 11:02:34 +03:00 |
|
test_qa.py
|
Refactor evaluations so that we can perform with multiple datasets..
|
2025-09-30 11:31:50 +03: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
|
When rebuilding if a document does not exist anymore, re-embed the chunks instead of failing
|
2025-09-30 16:57:02 +03:00 |
|
test_reranker.py
|
Reranking support for vLLM, documentation update
|
2025-09-04 13:13:10 +03:00 |
|
test_research_graph.py
|
Do not duplicate ResearchContext in ResearchState
|
2025-09-24 13:43:07 +03:00 |
|
test_research_graph_integration.py
|
Shuffle reusable nodes under graph/
|
2025-09-30 16:59:36 +03:00 |
|
test_search.py
|
Update LLM prompts/tools to reflect we will pass title (if available) or URI
|
2025-09-22 12:45:32 +03:00 |
|
test_settings.py
|
Basic moving to lancedb.
|
2025-09-01 14:56:14 +03:00 |
|
test_utils.py
|
Set/get haiku version to db
|
2025-09-01 17:41:41 +03:00 |
|
test_versioning.py
|
Make sure vacuum task has been complete before exiting the client
|
2025-10-07 12:27:55 +03:00 |