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: 4 months ago
JSON representation
A simple vector database: Text encoding, semantic search, document storage
- Host: GitHub
- URL: https://github.com/acheong08/vectordb
- Owner: acheong08
- License: mit
- Archived: true
- Created: 2023-04-30T03:22:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T10:41:57.000Z (over 1 year ago)
- Last Synced: 2024-08-01T13:28:58.010Z (7 months ago)
- Topics: golang, semantic-search, vector-database
- Language: Go
- Homepage:
- Size: 145 KB
- Stars: 83
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# semantic-search-go
Text similarity search for Go2x 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)