Skip to content

Code from my livestream where I—much to the surprise of all—search for Bigfoot using semantic search.

Notifications You must be signed in to change notification settings

CaptainCodeman/finding-bigfoot-with-semantic-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finding Bigfoot with JavaScript + Vector Search

This is the repository for a live stream where I using LangChain.js, Redis Vector Search, and assorted models to find Bigfoot using semantic search.

The stream is available at: https://www.youtube.com/watch?v=R1IXYnoSd5U

Getting it Running

This is a work in progress so nothing solid here yet. However, the model file is too big to store in GitHub—even if you use Git LFS. So, you'll need to download it yourself at:

https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF/blob/main/mistral-7b-instruct-v0.2.Q4_K_M.gguf

More to come on how to get it running once I get it running myself!

If you are using an Intel-based Mac, you might need to change how Metal is installed. Details are here but the magic command is:

npx --no node-llama-cpp download --no-metal

About

Code from my livestream where I—much to the surprise of all—search for Bigfoot using semantic search.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Dockerfile 1.6%