diff --git a/llama-index-integrations/retrievers/llama-index-retrievers-superlinked/README.md b/llama-index-integrations/retrievers/llama-index-retrievers-superlinked/README.md index d4e448bc98..0131fcd588 100644 --- a/llama-index-integrations/retrievers/llama-index-retrievers-superlinked/README.md +++ b/llama-index-integrations/retrievers/llama-index-retrievers-superlinked/README.md @@ -1,7 +1,11 @@ -# LlamaIndex Superlinked Retriever +# Llamaindex Superlinked Retriever + +image A LlamaIndex retriever integration for [Superlinked](https://github.com/superlinked/superlinked), mirroring the structure of official LlamaIndex retriever packages. +Superlinked is a Python framework that let's you build full stack scalable AI search and recommendation apps by creating metadata aware embeddings and getting better use of your vector dbs. Superlinked uses an approach of mixture of encoders, where specalised encoders are used for different data types leading to more accurate retrieval. + ## Installation Option A (standalone dev):