.gitignore
LICENSE
README.md
README.zh-CN.md
index1-spec-v1.3.md
pyproject.toml
benchmarks/__init__.py
benchmarks/bench_search.py
docs/benchmark-vs-native-tools.md
docs/benchmark-vs-native-tools.zh-CN.md
docs/logo-concepts.html
docs/search-strategy.md
docs/usage-with-claude-code.md
scripts/install.ps1
scripts/install.sh
src/index1/__init__.py
src/index1/__main__.py
src/index1/cache.py
src/index1/cli.py
src/index1/config.py
src/index1/db.py
src/index1/doctor.py
src/index1/embed.py
src/index1/indexer.py
src/index1/mcp_server.py
src/index1/search.py
src/index1/watcher.py
src/index1/web.py
src/index1.egg-info/PKG-INFO
src/index1.egg-info/SOURCES.txt
src/index1.egg-info/dependency_links.txt
src/index1.egg-info/entry_points.txt
src/index1.egg-info/requires.txt
src/index1.egg-info/top_level.txt
src/index1/chunker/__init__.py
src/index1/chunker/base.py
src/index1/chunker/javascript_code.py
src/index1/chunker/markdown.py
src/index1/chunker/python_code.py
src/index1/chunker/rust_code.py
src/index1/chunker/text.py
tests/__init__.py
tests/conftest.py
tests/test_chunker.py
tests/test_config.py
tests/test_db.py
tests/test_doctor.py
tests/test_embed.py
tests/test_indexer.py
tests/test_search.py