Popularity
5.5
-
Activity
9.0
-
333
2
6

Description

This library was created to provide an easy and efficient solution for embedding and vector search, making it perfect for small to medium-scale projects that still need some serious semantic power. It’s built around a simple idea: if your dataset is small enough, you can achieve accurate results with brute-force techniques, and with some smart optimizations like SIMD, you can keep things fast and lean.

The library’s strength lies in its simplicity and support for BERT models (GGUF format), letting you leverage embeddings without getting bogged down by the complexities of traditional search systems. It offers GPU acceleration, enabling quick computations on supported hardware. If your dataset has fewer than 100,000 entries, this library is a great fit for integrating semantic search into your Go applications with minimal hassle.

Programming language: Go
License: MIT License

Semantic Search alternatives and similar packages

Based on the "Artificial Intelligence" category.
Alternatively, view search alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Semantic Search or a related project?

Add another 'Artificial Intelligence' Package