Hi eveyone
I am trying to build a chatbot that is connected to typesense RAG. I have a products collection but when I am trying to do earch with additional parameter conversation=true I am getting this message
Conversation mode requires an auto-embedding field to be specified as a Query By field.
I understand I have to create an embedding column in my collection schema but it is asking for model
"model_config": {
"model_name": "ts/e5-small"
}
how can I decide what model to use? what are my options here?