🔖
RAG機能付きチャットボットを作ろう-1_初稿
TL;DR
RAG機能付きのチャットボットを作ります。
- UI: streamlitで実装し、ブラウザから利用します。
- 生成AI: openai APIを利用します。
- ラッパー: langchainを利用します。
- ベクトルDB: ChromaDBを利用します。
実装イメージ
実装イメージは以下のようになります。
リンク
- RAG機能付きチャットボットを作ろう-1:(本記事)
https://zenn.dev/bluetang/articles/chatbot_with_lc_st_chromadb_01 - RAG機能付きチャットボットを作ろう-2:
https://zenn.dev/bluetang/articles/chatbot_with_lc_st_chromadb_02
参考
編集履歴
- 2024/11/24: 初稿
Discussion