mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-10 01:18:29 +00:00
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. |
||
|---|---|---|
| .. | ||
| parsers | ||
| __init__.py | ||
| document_query.py | ||
| fetch.py | ||