Skip to content

Simple search engine for products in rails using hierarchical navigable small worlds (hnswlib)

Notifications You must be signed in to change notification settings

JungeWerther/Simple-Rails-Search-Engine

Repository files navigation

Natural Language Product Search

  1. Make sure you have exported OPENAI_API_KEY as environment variable.
  2. Make sure you have sqlite, ruby, bundler installed (see standard Rails installation)
  3. Run bundle install
  4. (Optional, only when batch importing products from the backend) Run bundle exec rake vectorize_products:create_index to create the index for the products table
  5. rails s to deploy

About

Simple search engine for products in rails using hierarchical navigable small worlds (hnswlib)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published