Hi everyone? I'm new to llamaindex and I was wondering if there are any examples for creating a simple Semantic Search engine, without any generation. Basically the idea would be to use something like Qdrant or any vectorstore, embed a bunch of data using something like e5 first. Then query some candidates with that same model and then reranking the candidates using something like a cross-encoder to rerank the candidates. Only that, it does not need to generate anything
Thanks a lot, I'll look at this! The idea is to use sentence-transformers as much as posible, I see that llamaindex supports custom models for generation and embedding, so this is great!