haystack
haystack copied to clipboard
Simple, extendable full-text search engine written in Elixir
Would it make sense to generate embeddings and store them in vector database like qdrant ? Motivation: I don't have to write adapters for trying out all the different vector...
Is it possible to customize the stop words used, so I can provide a different list other than the [default one](https://github.com/elixir-haystack/haystack/blob/main/priv/haystack/stop_words.txt) or disable stop words? Context: I'm setting up Haystack...
Hi! I'm learning to use Haystack, and found that the documentation and blog post are missing an important step, where you set up the related supervisor and storage: https://github.com/elixir-haystack/phoenix-live-view-example/blob/main/lib/app/application.ex#L20-L21
Hi, is there a way to define weights so that the most relevant fields give a higher score? For example, if I have blog posts with `title` and `body`, a...
I'm enjoying Haystack and wondering if there is a way to customize how queries are run by field. For example, say I have a list of books in a JSON...