Hi, first of all, thank you very much for your new AI direction! I have a question about Vector dat
Hi, first of all, thank you very much for your new AI direction!
I have a question about Vector database best practices.
I added some information about a company and tried to search for it using different questions. For example, one of the embeddings is "Store opening hours: Monday to Saturday: 9:00 AM to 9:00 PM, Sunday: 10:00 AM to 6:00 PM". If I ask different questions like "Are you open on Sundays", the similarity score is quite low, about 0.62 and it doesn't pass SIMILARITY_CUTOFF. Then the final answer is wrong. Do you have any advice on how should I prepare my texts before making embeddings? Should I create separate embeddings for every day of the week? But in that case the question "What are opening hours?" might not return the correct answer. Or do I need to add every day separately, plus my initial embedding with all days together? If I try to add every combination separately, then later I will have a mess in my database and I will lose control.
Please share any suggestions based on your experience. Thanks a lot.
I have a question about Vector database best practices.
I added some information about a company and tried to search for it using different questions. For example, one of the embeddings is "Store opening hours: Monday to Saturday: 9:00 AM to 9:00 PM, Sunday: 10:00 AM to 6:00 PM". If I ask different questions like "Are you open on Sundays", the similarity score is quite low, about 0.62 and it doesn't pass SIMILARITY_CUTOFF. Then the final answer is wrong. Do you have any advice on how should I prepare my texts before making embeddings? Should I create separate embeddings for every day of the week? But in that case the question "What are opening hours?" might not return the correct answer. Or do I need to add every day separately, plus my initial embedding with all days together? If I try to add every combination separately, then later I will have a mess in my database and I will lose control.
Please share any suggestions based on your experience. Thanks a lot.



