Dockerized rest API to index pdf files into elasticsearch database. To search using Ollama embeddings with vectorial index or full text search with inverted index.
- Docker and compose Docker installation script
- Clone the repository:
git clone https://github.com/fluques/security_api.git- Enter directory:
cd security_api- Set default settings:
cp .env.example .env- Run docker-compose file:
docker compose -f .\docker-compose.yml up --build --force-recreatehttp://127.0.0.1:5000