Replace get_document() and get_docling_document() with a VFS at
/documents/{id}/ with metadata.json (eager), content.txt (lazy),
and items.jsonl (lazy). Keep search(), list_documents() (now returns
all), and llm() as external functions.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| test_analysis | ||
| test_chunk | ||
| test_chunker | ||
| test_client | ||
| test_context_enhancement | ||
| test_converters | ||
| test_database_autocreate | ||
| test_document_tools | ||
| test_embedder | ||
| test_filter | ||
| test_qa | ||
| test_read_only | ||
| test_rebuild | ||
| test_reranker | ||
| test_research_graph | ||
| test_sandbox | ||
| test_search | ||
| test_search_filter | ||
| test_search_tools | ||
| test_versioning | ||