Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have an Excel dataset that has the columns: name of the test, user name, data source, total number of records, number of failed records, number of passed records, date of test execution, etc. I want questions like the following to be answered: How many tests were executed by user_1?, What data source has the most number of failed records? How many tests were run on a particular date? etc.

I want to build a semantic search engine using which the user can get answers to the above questions.

What I have tried:

I tried Amazon Kendra which is an enterprise semantic search engine, but it didn't prove to be effective on numerical data analysis.

Now, I'm considering trying Azure Cognitive Search for the above use case.

Can someone please shed light on the right tool or right approach for my use case?
Posted
Updated 2-Oct-23 5:21am
v2
Comments
[no name] 25-Sep-23 12:05pm    
Your "questions" are simple SQL queries. You can import Excel and simply use Access, Power BI, etc.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900