This is an experimentation with vector data and similarity searching (Cosine similarity) using open-source models and ChromaDB.
Follow each step in order to setup and run.
git clone https://github.com/iliaamiri/vector-data-similarity-search.git
npm i
docker run --name chroma-container-name -d -p 8000:8000 chromadb/chroma
Sign up on Huggingface and generate a temporary token. Then use the token at the beginning of each js files.
Food recommendation example:
node foodRecommendationSystem.js
Job recommendation system example:
node jobRecommendationSystem.js
node smartRecommendationSystem.js