Brett Young

Results 62 comments of Brett Young

heres a version of app.py with the option to download a youtube video from a link `import tkinter as tk from tkinter import ttk from tkinter import filedialog from tkinter...

Awesome! Appreciate the quick response!

can confirm `import nest_asyncio nest_asyncio.apply()` solved my issue

pip install -U ragas langchain pip install unstructured brew install libmagic pip install --upgrade nltk https://github.com/bdytx5/ragas_tutorial/blob/main/demo_data_gen.py Here's an updated script

Just comment the if statement here: #if t.TYPE_CHECKING: from ragas.dataset_schema import ( EvaluationDataset, MultiTurnSample, SingleTurnSample, ) ` comment the if statement and reverse tab code underneath. -- the file is...