Damus
uncleJim21 · 5d
That is incorrect. Vector lookup like qdrant is just one technique that classifies as RAG. RAG is any technique that feeds external information to an LLM's context window. The technique can be keyword...
AU9913 profile picture
I feel like you're not understanding what I'm asking. I'm trying to figure out where you're sourcing the data on the backend from and if it's possible to interface with that more directly.

For example, I brought up fundamentals pod, are you transcribing yourself? What if I wanted to limit my search to one of his 12/other podcasts? I I wanted to add a podcast, do I just add it to your index somehow or do I need to enable transcription in some way etc.
2
uncleJim21 · 5d
I fully understand what you're saying. I am sourcing them from my own custom transcription scheme and databases. All of the primitives are available as I stated in the linked post. Here are the docs and specs: 1. Copypasta agent instructions: https://www.pullthatupjamie.ai/for-agents 2. LLMs.txt (...
uncleJim21 · 5d
Q1: For example, I brought up fundamentals pod, are you transcribing yourself? A1: Yes we transcribe ourselves Q2: What if I wanted to limit my search to one of his 12/other podcasts? A2: As described in the specs you can filter by feed, episode globally unique identifier (guid), topics, date ranges...