The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

Description

This dataset contains csv's from the Lex Fridman podcast transcripts provided by Whispering-GPT. I split the episode transcripts into parent and child chunks for use with RAG. The parent chunks is size 500 and the child is size 50. The children come with embeddings using OpenAI text-embedding-3-small with 1024 dimensionality.

Motivation

This was designed for use with ParentDocumentRetriever or LlamaIndex. It should provide better retrievals for queries on specific details. Embedding all the chunks took a while so hopefully this saves someone time. The size of the csv's allow for uploading with Supabase "Table Editor" because I didn't want to use postgres COPY.

Downloads last month
0
Edit dataset card