agent-zero/plugins/_document_query/helpers
Alessandro 94065dbe86 Fix document query index reuse
Reuse the DocumentQueryStore per chat context so repeated document_query calls can see an existing vector DB instead of re-parsing and re-embedding the same document every time.

Add a regression test that proves a second store lookup in the same context reuses the indexed document while a separate context stays isolated.
2026-06-03 01:55:41 +02:00
..
parsers fix(document-query): bound long PDF processing 2026-06-02 17:52:47 +02:00
__init__.py feat: extract document_query into _document_query plugin with parser strategy pattern 2026-05-29 12:45:05 +02:00
document_query.py Fix document query index reuse 2026-06-03 01:55:41 +02:00
fetch.py feat(document_query): add liteparse runtime and progressive skill 2026-05-29 12:45:14 +02:00