Skip to content

Commit 77e3615

Browse files
authored
docs: add tinylm reference
1 parent f22787f commit 77e3615

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# <p align="center">TinkerBird</p>
1+
<div align="center">
2+
<h1> TinkerBird </h1>
3+
<p> Client-side vector search </p>
4+
<img width="2560" height="1440" alt="image" src="https://github.com/user-attachments/assets/68636020-0bb1-42a2-b9b0-47f42b5a40a4" />
5+
<p>
6+
<a href="https://github.com/wizenheimer/tinkerboard"><strong>Examples </strong> </a> |
7+
<a href="https://github.com/wizenheimer/tinkerboard"><strong>TinkerBoard </strong> </a> |
8+
<a href="https://github.com/wizenheimer/tinychat"><strong> TinyChat </strong> </a> |
9+
<a href="https://github.com/wizenheimer/tinyembed"><strong> TinyEmbed </strong> </a> |
10+
<a href="https://github.com/wizenheimer/tinysonnet"><strong> TinySonnet </strong> </a>
11+
</p>
12+
</div>
13+
214

315
TinkerBird is a browser native vector database designed for efficient storage and
416
retrieval of high-dimensional vectors (embeddings). It's query engine, written in
@@ -16,9 +28,7 @@ and LevelDB storage systems. By using Indexeddb, it benefits from IndexedDB's
1628
adoption, stability and familiarity as a native choice for offline first
1729
workflows.
1830

19-
## Examples
20-
21-
Here's a sample app built using TinkerBird. Check out [Tinkerboard](https://tinkerboard.vercel.app/) and [Source](https://github.com/wizenheimer/tinkerboard).
31+
Pair TinkerBird with [TinyLM](https://github.com/wizenheimer/tinylm), its companion client-side inference library for embeddings and text generation — run models like DeepSeek, Llama 3.2, and Nomic Embed directly in the browser with zero-cost WebGPU based inference.
2232

2333
## Contributing
2434

0 commit comments

Comments
 (0)