Documents
0
No documents yet
Search
Results appear as you type
Semantic search that runs 100% client-side. No servers needed.
import { VectorSearch } from '@supermemory/local' const db = await VectorSearch.create() await db.add('Your document text') const results = await db.search('semantic query') // instant