vantadb 0.1.4

VantaDB: An embedded persistent memory and vector retrieval engine for local-first AI applications.
Documentation
# Rust build artifacts
target/
**/target/
debug/
release/
*.rs.bk
**/test_sdk*/
**/docs/snapshots/
/snapshots/
test_smoke/
# Local database instances and logs
todo.md
*.log
*.db
*.rdb
/data/
/vanta_data/
/vantadb_data/
/rocksdb_data/
/vanta_snapshots/
vanta_certification.json
vanta_benchmark_report.json
build_logs/
high_density_bench_db/
benches_db/
tests_graph_db/
tests_server_db/
/test/
job_log.txt

# Python bindings and general Python artifacts
vantadb-python/target/
.release-venv/
*.py[cod]
**/__pycache__/
**/.pytest_cache/
**/.venv/
**/venv/
**/.mypy_cache/
**/.ruff_cache/
**/build/
**/dist/
**/*.egg-info/
**/.ipynb_checkpoints/
**/.coverage
**/htmlcov/
**/.cache/
/_test_import/
/_test_async/
/_test_listfmt/
# Quickstart local artifacts
quickstart_data/
quickstart-agent-main.jsonl
quickstart_memory.py

# Local profiles and secrets
.vanta_profile
.env
.env.*

# Datasets / local assets
datasets/
vanta-server-rc*.exe
vanta-server-rc*.exe.sha256

# IDE / OS / Agent artifacts
.vscode/
.idea/
.DS_Store
Thumbs.db
.agents/
.cargo/

# Local Python test database and virtual environments
vantadb-python/test_vanta_db/
test_vanta_db*/
vanta_data*/
vantadb_data*/
vanta.db*

# Local development environments, tests, and temporary logs
apruba/
release_test/
.trash_docker/
validation_logs/
job*_logs/
*logs/
*db/
tests_*/

# Local run artifacts and scratch scripts
chaos_results.json
payload.json
test_gil.py

# Coverage reports
lcov.info
*.profraw