-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorporate llamaindex search in the accuracy testing #16
Incorporate llamaindex search in the accuracy testing #16
Conversation
… better rounding, sorted json files
…pt to the repo+ Review csv function+ Sort files by number
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
finesse/finesse_test.py
Outdated
for page in response_pages: | ||
response_url.append(page.get("url")) | ||
accuracy_result = calculate_accuracy(response_url, expected_url) | ||
time_taken = round(response.elapsed.total_seconds()*1000,3) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space missing after comma
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Summary
Enhance the accuracy testing by incorporating LlamaIndex Search. The tasks include adding LlamaIndex Search, tables for top results, and caching to Bing Search for improved performance.
Tasks
Closes
closes #15
Acceptance Criteria