LICENSE
README.md
pyproject.toml
local_pageindex/__init__.py
local_pageindex/chat.py
local_pageindex/citations.py
local_pageindex/client.py
local_pageindex/document_processor.py
local_pageindex/errors.py
local_pageindex/markdown_processor.py
local_pageindex/models.py
local_pageindex/py.typed
local_pageindex/retrieval.py
local_pageindex/storage.py
local_pageindex/tasks.py
local_pageindex/tree_builder.py
local_pageindex.egg-info/PKG-INFO
local_pageindex.egg-info/SOURCES.txt
local_pageindex.egg-info/dependency_links.txt
local_pageindex.egg-info/requires.txt
local_pageindex.egg-info/top_level.txt
tests/test_batch.py
tests/test_chat.py
tests/test_document.py
tests/test_isolation.py
tests/test_markdown.py
tests/test_no_cloud.py
tests/test_retrieval.py
tests/test_storage.py