Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Commit 40de0b7

Browse files
committed
docs(README): clarify package design for Node.js/TypeScript projects
1 parent 52575f2 commit 40de0b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ SQLite extension for DiskANN approximate nearest neighbor vector search.
1212

1313
A standalone SQLite extension implementing the [DiskANN algorithm](https://github.com/microsoft/DiskANN) for efficient vector similarity search at scale. Extracted from [libSQL's implementation](https://github.com/tursodatabase/libsql) and optimized for use as a standard SQLite extension.
1414

15+
**This package is primarily designed for Node.js/TypeScript projects**--the releases include pre-built native binaries and TypeScript bindings.
16+
17+
The underlying C extension could certainly be compiled and used from other languages (Python, Ruby, Go, etc.) — see [Building from Source](#building-from-source) for the C API.
18+
1519
**Key features:**
1620

1721
- Scales to millions of vectors

0 commit comments

Comments
 (0)