Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

TalaDB

TalaDB has moved

This repository is no longer maintained here.

New home Docs Apache 2.0


Important

TalaDB now lives at github.com/taladb/taladb.

This repo was not transferred — it was re-created under the project's own organization — so GitHub does not redirect from here. Stars, watches, issues, and existing git remote URLs do not follow automatically. Please update your links and remotes using the table below.

TalaDB is an embedded vector database for on-device AI. Documents plus similarity search, built in Rust, running where your model runs — browser (WASM + OPFS), Node.js, and React Native. No cloud, no server, no network round-trip.

→ Documentation, guides, API reference, and benchmarks: taladb.dev


Where things moved

What Old New
Repository thinkgrid-labs/taladb taladb/taladb
Issues this repo taladb/taladb/issues
Discussions this repo taladb/taladb/discussions
Releases & CLI binaries this repo taladb/taladb/releases
Docs site thinkgrid-labs.github.io/taladb taladb.dev
Sponsorship github.com/sponsors/thinkgrid-labs github.com/sponsors/taladb

Package names are unchanged — nothing to do if you install from a registry:

npm install taladb                  # core client — name unchanged
npm install @taladb/web             # browser (WASM + OPFS)
npm install @taladb/node            # Node.js native binding
npm install @taladb/react-native    # React Native binding
npm install @taladb/react           # React hooks
npm install @taladb/next            # Next.js integration
npm install @taladb/cloudflare      # Cloudflare integration
npm install @taladb/sync-mongodb    # MongoDB sync adapter

Releases published before the move carry thinkgrid-labs repository links in their npm metadata. Those links point here; everything from the next release forward points at the new organization.

Update an existing clone

git remote set-url origin https://github.com/taladb/taladb.git
git remote -v   # verify

Update a CLI install

The taladb-cli binaries are attached to GitHub Releases, so download URLs change:

# Old: https://github.com/thinkgrid-labs/taladb/releases/download/VERSION/...
curl -L https://github.com/taladb/taladb/releases/download/VERSION/taladb-macos-aarch64-VERSION.tar.gz \
  | tar xz

Why the move

TalaDB started inside thinkgrid-labs alongside other projects. It has its own docs site, release cadence, and users, so it now has its own organization — matching the taladb.dev domain that fronts the project.

Everything else is the same: same maintainer, same Apache-2.0 license, same roadmap.


Archived state

The code here is frozen at the last version published from this organization. It is left in place so old links resolve to this notice rather than a 404. Do not open issues or pull requests against this repository — they will not be seen. All development continues at taladb/taladb.


Apache-2.0 · taladb.dev · taladb/taladb

About

TalaDB - The embedded vector database for on-device AI.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors