vdb is a lightweight library for storing high-dimensional vector embeddings and performing fast similarity searches using metrics like cosine or Euclidean distance, with optional multithreading and Python bindings.
How It Works
You hear about a simple tool that lets you store lists of numbers representing patterns, like from AI descriptions of images or text, and quickly find the most similar ones.
You create a new empty storage space, choosing the length of your number lists and how to measure closeness between them.
You fill the storage by adding your number lists one by one, giving each a friendly name to remember what it is.
You give it a new number list and ask for the top closest matches – watch it find them super fast!
You save your full storage to a file on your computer, keeping all your patterns safe.
Anytime you need it, you open the saved file and your storage is back, ready to search again.
Now you have a speedy way to connect similar things, making your ideas come alive effortlessly.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.