Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【STEP4】RAG機能の実装 #10

Open
kkzkkakky opened this issue Feb 16, 2024 · 1 comment · May be fixed by #21
Open

【STEP4】RAG機能の実装 #10

kkzkkakky opened this issue Feb 16, 2024 · 1 comment · May be fixed by #21

Comments

@kkzkkakky
Copy link
Collaborator

kkzkkakky commented Feb 16, 2024

概要

  • 一般的なRAGを使ったQAシステムのように、回答の参照元を表示できるように改良する
    • Notion AIぽい感じ
    • 文書中のテキストをそのまま引っ張ってこれるイメージ

動画

rag.mov

参考記事

@kkzkkakky kkzkkakky linked a pull request Feb 19, 2024 that will close this issue
@kkzkkakky kkzkkakky changed the title 【STEP4-a】RAG 【STEP4-a】RAG機能の実装 Feb 19, 2024
@kkzkkakky kkzkkakky linked a pull request Feb 26, 2024 that will close this issue
@satoshissss satoshissss changed the title 【STEP4-a】RAG機能の実装 【STEP4】RAG機能の実装 Mar 1, 2024
@Miyabi315
Copy link
Collaborator

Miyabi315 commented Sep 30, 2024

RAGとは

生成AIのビジネス活用で注目されるRAG(検索拡張生成)とは?

step3のコードに文章をベクトル化して検索する機能を実装する。
ベクトル化にはopenaiのモデルを使うのがおすすめです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants