Find answers from the community

Updated 5 months ago

Using `TogetherAI`

At a glance

The community member is using the TogetherAI embedding_model and generative_model for chatting with a folder of invoices, PDFs, and datasheets. They are asking if there are better models to use. The comments suggest checking the Hugging Face MTEB leaderboard for the best embedding models, and mention some other models like the BGE, Nomic, and GTE.

Using TogetherAI

Plain Text
    embedding_model: str = "togethercomputer/m2-bert-80M-8k-retrieval",
    generative_model: str = "mistralai/Mixtral-8x7B-Instruct-v0.1",


For chating with a folder full of invoices, pdf ,datasheet

This was from Feb script.
Is there a better embedding_model and generative_model to use?
R
2 comments
check the huggingface mteb leaderboard for best embedding models
but yes you got the bge embedding models, the nomic, the gte, ...
Add a reply
Sign up and join the conversation on Discord