https://github.com/memfreeme/fast-embedding
Fast text embedding service
https://github.com/memfreeme/fast-embedding
embedding embedding-server rust text-embedding
Last synced: 5 months ago
JSON representation
Fast text embedding service
- Host: GitHub
- URL: https://github.com/memfreeme/fast-embedding
- Owner: memfreeme
- License: mit
- Created: 2024-09-02T01:53:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T11:18:12.000Z (9 months ago)
- Last Synced: 2025-01-13T12:29:31.534Z (9 months ago)
- Topics: embedding, embedding-server, rust, text-embedding
- Language: Rust
- Homepage: https://www.memfree.me
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fast Rust Embeddings API Service
## Introduction
[Hybrid AI Search 1 - how to build fast embedding service](https://www.memfree.me/blog/fast-local-embedding-service)
## Self-Hosted Installation
```
Install Rust: (optional) curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
cargo build --release
./target/release/memfree-embedding
```
## One Command Deploy Embedding Service on Fly.io
[One Command Deploy MemFree Embedding on Fly.io](https://www.memfree.me/docs/deploy-embedding-fly-io)