Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
LangChain体験入門_演習ガイド_20240418
Search
DATASTAX JAPAN
April 17, 2024
Technology
0
160
LangChain体験入門_演習ガイド_20240418
DATASTAX JAPAN
April 17, 2024
Tweet
Share
More Decks by DATASTAX JAPAN
See All by DATASTAX JAPAN
LangChain体験入門Part2 ハイブリッド検索
datastaxjapan
0
460
LangChain体験入門(再々)
datastaxjapan
0
110
LangChain体験入門演習ガイド
datastaxjapan
0
120
LangChain体験入門演習ガイド
datastaxjapan
0
180
ベクトルデータベース Astra DB / Apache Cassandra 紹介
datastaxjapan
1
680
LangChain体験入門
datastaxjapan
0
270
LLMフレームワークLangChain入門 〜生成AIアプリ開発手法とベクトル検索
datastaxjapan
0
470
DataStaxの生成AIへのアプローチと顧客のAI活用事例
datastaxjapan
1
160
機械学習/深層学習とCassandraの進化〜リアルタイムデータからリアルタイムAIへ
datastaxjapan
0
160
Other Decks in Technology
See All in Technology
認知戦の理解と、市民としての対抗策
hogehuga
0
410
AI時代に非連続な成長を実現するエンジニアリング戦略
sansantech
PRO
1
320
【Oracle Cloud ウェビナー】[最新動向]:AIエージェント大量生産時代に突入、AI-Readyなデータプラットフォームのススメ
oracle4engineer
PRO
3
120
新規案件の立ち上げ専門チームから見たAI駆動開発の始め方
shuyakinjo
0
480
【 LLMエンジニアがヒューマノイド開発に挑んでみた 】 - 第104回 Machine Learning 15minutes! Hybrid
soneo1127
0
160
AIエージェントの開発に必須な「コンテキスト・エンジニアリング」とは何か──プロンプト・エンジニアリングとの違いを手がかりに考える
masayamoriofficial
0
450
浸透しなさいRFC 5322&7208
hinono
0
130
イオン店舗一覧ページのパフォーマンスチューニング事例 / Performance tuning example for AEON store list page
aeonpeople
2
350
Understanding Go GC #coefl_go_jp
bengo4com
0
1.1k
そのコンポーネント、サーバー?クライアント?App Router開発のモヤモヤを可視化する補助輪
makotot
4
740
Microsoft Fabric のネットワーク保護のアップデートについて
ryomaru0825
1
110
ソフトウェア エンジニアとしての 姿勢と心構え
recruitengineers
PRO
17
8.6k
Featured
See All Featured
RailsConf 2023
tenderlove
30
1.2k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Faster Mobile Websites
deanohume
309
31k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Done Done
chrislema
185
16k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Speed Design
sergeychernyshev
32
1.1k
Mobile First: as difficult as doing things right
swwweet
223
9.9k
Transcript
©2023 DataStax. – All rights reserved DataStax AIワークショップ LangChain体験入門 演習ガイド 2024年4月18日
©2023 DataStax. – All rights reserved 前提条件の準備
©2023 DataStax. – All rights reserved AstraDBトライアルアカウント 3 下記のURLからご登録ください(クレジットカード入力不要・利用期間制限なし、月々無料枠あり)
▪ https://astra.datastax.com/signup
©2023 DataStax. – All rights reserved OpenAI APIキー 4 https://platform.openai.com/login?launch
OpenAIログイン >「API」タイル > 左サイドメニューAPI Keys
©2023 DataStax. – All rights reserved Colaboratory / Google Colab
5 https://colab.research.google.com/?hl=ja 初めて利用する場合は、 Googleアカウントでサインアップします。
©2023 DataStax. – All rights reserved Astra DB利用
©2023 DataStax. – All rights reserved データベースメニューから新規DB作成 7
©2023 DataStax. – All rights reserved データベース作成ダイアログ 8 Serverless (Vector)を選びます。
データベース名: demo
©2023 DataStax. – All rights reserved DBへの接続のための認証情報取得 9
©2023 DataStax. – All rights reserved トークン生成 10
©2023 DataStax. – All rights reserved 接続先指定:APIエンドポイント 11
©2023 DataStax. – All rights reserved CQLコンソール(クエリでの確認を行う場合) 12
©2023 DataStax. – All rights reserved 演習
©2023 DataStax. – All rights reserved 本日の演習内容 14 01_RAG_pdf.ipynb
03_RAG_table_text_hybrid_search.ipynb https://github.com/YoshiyukiKono/langchain_for_beginners
©2023 DataStax. – All rights reserved 01_RAG_pdf.ipynb 15 ①初めに、リポジトリの「 data」フォルダの下の「
DataStax_Vector-search.pdf」をローカルにダウンロードします。 ②ローカルにダウンロードしたファイルをCollaboratoryに、 アップロードします。
©2023 DataStax. – All rights reserved サンプルアプリ
©2023 DataStax. – All rights reserved サンプルアプリ 17 企業保有データ Streamlit(https://streamlit.io/)を利用したサンプルアプリ
(同じ書籍データを利用・テーブル名などの差異があります) https://github.com/YoshiyukiKono/gen_ai-sandbox/tree/main/streamlit _chatbot
©2023 DataStax. – All rights reserved 従来のアプリケーションとの違い 18 自由な表現による 問い合わせ
「機械学習」から 「データサイエンス」、「データ サイエンティスト」のように意味 的に関連する 言葉を含めて推薦
©2023 DataStax. – All rights reserved 告知など
©2023 DataStax. – All rights reserved Qiitaにてブログ発信中:ぜひフォローください! 20 https://qiita.com/organizations/datastax
©2023 DataStax. – All rights reserved 生成AI・ベクトル検索にDataStaxの技術を! 21 ご質問・デモ・ご商談のご依頼は、
[email protected]
へお問合せください。
POCのご要望についても、お待ちしています。
©2023 DataStax. – All rights reserved ありがとうございました