Text Generation
Transformers
PyTorch
English
German
mistral
conversational
text-generation-inference
Inference Endpoints

Jupyter notebook and embedding model suggestion ?

#5
by Tim1785 - opened

Hi, I am wondering if there is a jupyternotebook that could be used to play around with. I am wondering also which particular embedding model should be used together with llama index for RAG related applications?

Hi Tim1785,
the embedding model depends very much on the language and also somehow on the data you want to feed your RAG application with. I currently use this one https://huggingface.co/intfloat/multilingual-e5-base
for a German application. Did you make progress on your RAG app?

Hi , i actually used , exactly the embedding model you used and mistral 7b instruct version 1. It yeielded descent results

Sign up or log in to comment