Disabled semantic search and reranker by default
Some checks are pending
/ build (push) Waiting to run
/ release (push) Blocked by required conditions

This commit is contained in:
lichenblankie 2026-04-08 05:21:08 +00:00
parent 57a79e5e8e
commit c844e2c81e
3 changed files with 18 additions and 5 deletions

View file

@ -22,7 +22,20 @@ Download the latest release for your platform from the [GitHub Releases](https:/
| macOS | `TinyWeb-macos-arm64` |
| Linux | `TinyWeb-linux-x64` |
Run the downloaded file — no installation required. Your data is stored in `~/.tinyweb/`.
Run the downloaded file — no installation required.
## Data storage
Your data is stored in `~/.tinyweb/`:
| File | Description |
|------|-------------|
| `index.db` | SQLite database with your indexed pages |
| `tinyweb_identity` | Your Reticulum identity (keep safe!) |
| `models/` | Downloaded AI models for semantic search |
| `index.hnsw` | Semantic search index |
This allows your data to persist between upgrades and stay separate from the application.
### Command line options