So, i have made a chatbot. And i want to save the userdata from chatbot into weaviate. So, i am extracting 4 things from that chatbot, user_id, query, response from chatbot, and time taken for response. I want to save it in a structured format and save it to weaviate. First of all, i want to use my own embeddings, i.e., huggingface embeddings. And i also want to save them in a way that semantic search would be possible in it. So, what are the possibe ways to do this?
Thank You!