GPTIndex
現在の名前はLlamaIndex
名称変更の理由は知らないがGPTが商標取られてるとかかな?nishio.icon
https://github.com/jerryjliu/gpt_index
大規模言語モデルが大量の文章をcontextとして扱えるようにする仕組みっぽい?
docs https://gpt-index.readthedocs.io/en/latest/
At its core, GPT Index contains a toolkit of index data structures designed to easily connect LLM’s with your external data.
なるほどblu3mo.icon
https://gpt-index.readthedocs.io/en/latest/guides/index_guide.html
ここにindexのデータ構造が書かれてる
こっちはせやなって感じだな
Response Synthesisもある、これおもろいな
https://gpt-index.readthedocs.io/en/latest/_images/tree_summarize.pnghttps://gpt-index.readthedocs.io/en/latest/_images/create_and_refine.png
GPTIndexにScrapboxの内容を突っ込んで遊ぶ
気になってるnishio.icon