🚀 A FastAPI-based microservice for multilingual semantic search, integrating OpenSearch with transformer-based sentence embeddings.
git clone https://github.com/yourusername/opensearch-fastapi.git
cd opensearch-fastapiCreate an .env file from .env.sample
cp .env.sample .envRun the following command to build the container and start it:
docker compose up --build -d