File size: 518 Bytes
840261a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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.