Skip to content

Kitisaks/embeddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌍 Multilingual Embedding API

A FastAPI-powered service for generating multilingual sentence embeddings using the intfloat/multilingual-e5-large model. Supports local inference, token-based authentication via API keys, and can be deployed easily using Docker.


πŸš€ Features

  • Supports 100+ languages
  • Local embedding generation (no external API calls)
  • Cosine similarity-ready embeddings
  • API key authentication
  • Dockerized for easy deployment

πŸ“¦ Setup

1. Clone the Repository

git clone https://github.com/Kitisaks/embeddy.git
cd embeddy

2. Generate an API Key

add it to .env:

EMBED_API_TOKEN=yourtokensecret

3. Build & Run with Docker

docker build -t embeddy .
docker run -p 8000:8000 embeddy

πŸ“š References

About

Local multilingual embedding support for cosine similarity in PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published