Jul 25, 2023
thanks Kenneth, I was just confused about the HuggingfaceModles object and the vectordb object. I did not know that it includes the query model as well, which is why I was confused which model does the query.
You are totally right, that the SentenceTransformer is a good choice for embedding and query to get the correct documents and than use the LLM to produce a nice text out of these documents.