vector data similarity search
1.0.0
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 idocker run --name chroma-container-name -d -p 8000:8000 chromadb/chromaSign up on Huggingface and generate a temporary token. Then use the token at the beginning of each js files.
Food recommendation example:
node foodRecommendationSystem.jsJob recommendation system example:
node jobRecommendationSystem.js
node smartRecommendationSystem.js