hyperDB icon indicating copy to clipboard operation
hyperDB copied to clipboard

A hyper-fast local vector database for use with LLM Agents. Now accepting SAFEs at $135M cap.

Results 14 hyperDB issues
Sort by recently updated
recently updated
newest added

Google ranked this #1 for "Local vector database" so clearly you're doing something right.

- The `result` of this line in`demo/demo.py` returns a list of `tuple(document, similarity)`, so the demo code will not work correctly. This is fixed in this PR.. ```python results =...

derridaean_similarity is pretty damn good, after testing, but its output is entirely predicated on the quality of the random number generation. This PR proposes an optional quantum toggle that will...

i try to run hyperDB with code for openai 1.35.3 but found this error APIRemovedInV1: You tried to access openai.Embedding, but this is no longer supported in openai>=1.0.0 - see...