LocalVec

Vector search in your browser

Semantic search that runs 100% client-side. No servers needed.

Loading...
Documents
0
No documents yet
Search
Results appear as you type
// The entire API
import { VectorSearch } from '@supermemory/local'

const db = await VectorSearch.create()
await db.add('Your document text')
const results = await db.search('semantic query')  // instant