Please enable JavaScript.
Coggle requires JavaScript to display documents.
Retrieval-augmented Generation - Coggle Diagram
Retrieval-augmented Generation
LlamaIndex
API
Querying an Index
Retrievers
Vector Store Retriever
Indices
Vector Store Index
高レベルな概念
クエリ
ノード
インデックス
LLMが理解できる文章のデータ形式
一般的にはVectorStoreIndexが使われる
インデックスの種類
Vector Index
Summary Index
Tree Index
Keyword Table Index
クエリ作成のパイプライン
レトリーバー
知識ベースからデータを取得する方法を定義する
インデックス作成のパイプライン
LLMをカスタマイズ
Service Context
チャンクサイズなどインデックスの構成を設定するバンドル
Service Context のカスタマイズ
Documentsのカスタマイズ
メタデータを含めることが可能
実際にはテキストに埋め込まれる