LlamaIndex
Artificial intelligence companywww.llamaindex.ai
4
MENTIONS
4
EPISODES
4
PODCASTS
Search complete. 4 mentions across 4 episodes found for "LlamaIndex".
Sep 12, 2026
Module 7: Building an LLM Application End to End
S
9:38SheaHOST
We could build this application using ordinary code and the APIs of the systems involved.
S
9:43SheaHOST
If the retrieval and the data side becomes particularly sophisticated, we might use something like Lama Index to help with that layer.
S
9:51SheaHOST
If the application has a stateful workflow with several branches, loops, and checkpoints, something like Landgraf may help us represent and manage that execution.
S
10:01SheaHOST
We might use a provider SDK to manage model calls, tools, sessions, or tracing.
AutoIndex with Sam O'Nuallain - Weaviate Podcast #143!
C
25:53Connor ShortenHOST
I love information retrieval and this kind of setup, but I think also generalizing these ideas to like a text to SQL type of setting and thinking about structuring.
C
26:01Connor ShortenHOST
Like there's this new, like Llama Index has been doing this work on Llama Parse and they have this thing where you give it some PDFs and then it will predict a schema, like a structured schema, structured relational schema.
C
26:13Connor ShortenHOST
And yeah, I guess I think that one's really interesting because I think there's just like a lot you can do with these kind of structured schemas, especially for like at large scale, of course, like large scale symbolic aggregations or even, I think like the cool thing about like data lake houses and stuff is when you're separating the data and you have maybe like different storage tiers for different kinds of data.
C
26:37Connor ShortenHOST
Like, oh, this one's got like hot storage.
Why Financial RAG Needs More Than Better Embeddings
H
11:08HackerNoon AINARRATOR
None of it is new.
H
11:09HackerNoon AINARRATOR
It has shipped as a named retriever in the LangChain and LlamaIndex documentation since twenty twenty-three.
H
11:15HackerNoon AINARRATOR
A raw table embeds poorly, while a plain language summary of it embeds well.
H
11:20HackerNoon AINARRATOR
So you have a model read the table and write a short description of it like Q3 regulatory capital disclosure showing a Tier one capital ratio of twelve.
Multi-Agent RAG Pipelines: The Future of Legal Research
S
5:41speaker_0HOST
After that, you orchestrate.
S
5:43speaker_0HOST
Tools like LangChain or LlamaIndex or a custom microservice layer define the order and logic of how your agents interact.
S
5:51speaker_0HOST
And critically, the final output surfaces inside the research portals and dashboards your attorneys already use.
S
5:57speaker_0HOST
If the workflow is friction-heavy, adoption dies.