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

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

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)