haiku.rag/tests/multi_db
Yiorgis Gozadinos fa319596cc
Name the collection on a retrieved image, not only in the text
Search results and capsule entries name the collection they came from; the
images attached beside them carried only the chunk id and reference. Two
collections can return the same picture of the same document, so the two
labels were identical and the model could place neither.

The decision is the one already made for the text: `covers_multiple` at the
generic search tool, and the flag `search_corpus` computed for the capability
tools, which it now returns.
2026-08-28 12:02:16 +03:00
..
__init__.py Split the multi-database tests by subject 2026-08-26 13:43:53 +03:00
conftest.py Split the multi-database tests by subject 2026-08-26 13:43:53 +03:00
helpers.py Split the multi-database tests by subject 2026-08-26 13:43:53 +03:00
test_capabilities.py Name the collection on a retrieved image, not only in the text 2026-08-28 12:02:16 +03:00
test_citations.py Make three tests assert what they are about 2026-08-27 18:04:28 +03:00
test_documents.py Name the database a write wrote to 2026-08-28 08:47:36 +03:00
test_expansion.py Make three tests assert what they are about 2026-08-27 18:04:28 +03:00
test_lifecycle.py Leave no database reading when a federated fan-out fails 2026-08-28 12:02:07 +03:00
test_scope.py Answer for an unknown database name with one type 2026-08-27 18:04:27 +03:00
test_search.py Make three tests assert what they are about 2026-08-27 18:04:28 +03:00