owen-elliott | 1 year ago | on: Better RAG Results with Reciprocal Rank Fusion and Hybrid Search
owen-elliott's comments
owen-elliott | 2 years ago | on: Introduction to vector similarity search (2022)
You could use Marqo, it is a vector search engine that includes the text chunking, inference for calculating embeddings, vector storage, and vector search. You can pick from a heap of open-source models or bring your own fine-tuned ones. It all runs locally in docker https://github.com/marqo-ai/marqo
owen-elliott | 2 years ago | on: Context is all you need
In this example the context is the images provided via URLs. For example, the search for backpacks is contextualised by a picture of a forest which updates the results to be hiking/outdoors backpacks.
page 1
While it's not such a problem in RAG, one downside is that it complicates pagination for results (there are a few different ways to tackle this).