Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 691 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 691 Bytes

Simple Flask API to generate Semantic Embedding Vectors

To download new articles, you will need to set up the embedding API that will encode the new articles coming in to Zeeguu. This allows them to be inferred into topic categories.

To do this create you either

Download the image and run it

docker run zeeguu/semantic-emb-api

Build a docker image by cloning the semantic-emb-api and running the command:

docker build -f Dockerfile -t zeeguu/semantic_emb_api .

This will install the image which is part of the dependencies of the dev_server docker-compose in the zeeguu/api repository

With this you can run:

docker-compose up dev_init_es