This project consists of an Elasticsearch service and a Node.js Express API. The Express API uses an ONNX embeddings model for processing.
First, run the download_model.py script to download the ONNX embeddings model. This step is necessary for the Express API to function correctly.
python download_model.py
Use Docker Compose to build and run the containers for Elasticsearch and the Express API.
docker-compose up --build
The Express API provides endpoints to interact with the ONNX embeddings model and Elasticsearch.
JavaScript
88.7%
Python
8.6%
Dockerfile
2.7%
This project consists of an Elasticsearch service and a Node.js Express API. The Express API uses an ONNX embeddings model for processing.
First, run the download_model.py script to download the ONNX embeddings model. This step is necessary for the Express API to function correctly.
python download_model.py
Use Docker Compose to build and run the containers for Elasticsearch and the Express API.
docker-compose up --build
The Express API provides endpoints to interact with the ONNX embeddings model and Elasticsearch.
JavaScript
88.7%
Python
8.6%
Dockerfile
2.7%