Skip to content

githuberj/elixir-semanitic-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookSearch

My implementation of semantic search from the Machine learning in Elixir book.

To start your Phoenix server:

  • Run docker-compose up to start postgres
  • Run mix setup to install and setup dependencies. This will also seed the database.
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server
  • (optional) if you want to try the rag (/rag) endpoint, you have to start serving ollama with the ollama serve command.

Now you can visit search or rag from your browser.

Ready to run in production? Please check our deployment guides.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published