Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acheong08/vectordb

A simple vector database: Text encoding, semantic search, document storage
https://github.com/acheong08/vectordb

golang semantic-search vector-database

Last synced: about 2 months ago
JSON representation

A simple vector database: Text encoding, semantic search, document storage

Awesome Lists containing this project

README

        

# semantic-search-go
Text similarity search for Go

2x faster than sentence-transformers on 500×10000

## Installation
```bash
go get github.com/acheong08/vectordb
```

## Example usage
[Semantic search](./semantic_search_test.go)

[Client](./client_test.go)