Semantic-Bookmark / MODEL_CARD.md
WebAI Deployer
Update Camouflage App (2026-01-10)
840261a
---
language:
- en
license: apache-2.0
tags:
- semantic-search
- vector-database
- faiss
---
# Semantic Bookmark Search
A local semantic search engine for browser bookmarks. This project uses vector embeddings to index bookmark titles and metadata, enabling natural language search queries.
## Components
- **Index**: FAISS (Facebook AI Similarity Search)
- **Embeddings**: 768-dim dense vectors
- **Storage**: Local file system
## Privacy
No data is sent to external cloud services. All indexing happens locally.