Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the default embedding model to openai. (#1087)
* Removed duplicate code in query execution. * Added nltk download logic to support string metrics. * Add ragas to imports. * Added ragas to imports. * Added string metrics for evaluation. * Remove dthe unwanted break statement. * Moves the import to top of file. * Moved the scorer definitions to the init function. * Refactoring. * Removed unused imports. * Moved async calls to the outer function. * Refactor to add error handling and change function names. * Added correctness score to metrics. * Changed the default embedding model to openai. * Removed unused imports. * Removed unused Huggingface embeddings method.
- Loading branch information