-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RAGAS and LLM as a Judge evaluation (#256)
* added notebook that showcases copilot application suing NIM, embedding model and FAISS VDB. All these tools are integrated using Langchain plugins. The notebook also has a Gradio-based UI to interact with the application * added images for the notebook and minor tweaks in the notebook * typo correction * Update langchain_copilot_with_NIM_HF_FAISS_deployed_locally.ipynb * Update langchain_copilot_with_NIM_HF_FAISS_deployed_locally.ipynb corrected typo * file management: moved notebooks under llm_video_series * changed one dependencies * added image files for notebook * removed images not used * removed auto generated folders and README.md * added RAGAS evaluation. (1) Added changes to save top-n context pulled by retriever that is needed for downstream RAGAS evaluation. (2) modified UI to pick which evalutaion to use from drop down * Added LLM as a judge to the evaluation * added LLM as a judge, argument to read only pdf files from the folder, RAGAS evaluation --------- Co-authored-by: Jay Rodge <[email protected]>
- Loading branch information
1 parent
7732841
commit e8f0254
Showing
5 changed files
with
219 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.