Skip to content

acidbutter96/llms_api

Repository files navigation

LLMS API - Embedding Service

API minimal para gerar embeddings de texto com sentence-transformers.

Setup rápido:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
# ou: poetry install

# rodar api
uvicorn app.main:app --reload --port 8000

# rodar testes
pytest -q

About

Lightweight FastAPI service to generate embeddings with asynchronous Celery workers; uses PostgreSQL, MongoDB and Redis. Dockerized and exposed on port 7000.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors