disabled semantic search by default
This commit is contained in:
parent
5b32d69863
commit
a1320ed4e4
3 changed files with 18 additions and 5 deletions
15
README.md
15
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue