目次
この記事について
本記事は、Agent Builder を使用したデータストア参照型対話エージェントの作成に関する調査記録です。
やりたいこと
Agent Builder を用いたデータストア参照型対話エージェントの作成において、
データストアのファイル数が増加することで回答率が低下する問題への対処を進める。
前回の調査日記
あわせて読みたい


AI Agent開発日記 2025/04/07
この記事について 本記事は、Agent Builder を使用したデータストア参照型対話エージェントの作成に関する調査記録です。 やりたいこと Agent Builder を用いたデータス...
Agent Builder の対話型エージェントで、firebase、拡張機能「Search with Elastic App Search」を使用して検索できるかを調査する。
- firebaseとElasticに関する参考記事をまとめました。
参照記事
- FirestoreとElastic App Searchを連携する拡張機能の使い方
Elastic Blog


Elastic App Search+Google Firebaseで、検索エクスペリエンスを向上させる
Google Firebaseを使う開発者は、Firestore向けElastic App Search拡張機能を使って、卓越した検索エクスペリエンスを直接アプリに組み込むことができるようになりました。...
- Elastic App Search拡張機能の詳しい使い方と実践ガイド
note(ノート)


Elastic App Searchによるキャンプ場検索システムの構築🏕️|ogiogi93
こんにちは!おぎーです。キャンプシーズンがやってきましたね。 キャンプアプリ「Campsyte (キャンプサイト)」にてキャンプ場検索機能をリリースしたのでシステムについて...
- FirebaseでElastic App Searchを使った検索の実装方法
Invertase


Angular full-text search in Firestore with Elastic App Search Firebase Extension
This tutorial provides a guide on how to use the Elastic App Search Extension, in order to quickly and efficiently search data saved in your Firestore Database....
- Cloud FunctionsでFirestoreデータをElastic App Searchに同期する方法
Stack Overflow


How to index data from Firebase Firestore to Elastic App Search using Cloud Function?
I have user generated data in firestore. for full text search feature I am trying to use elastic app search. I want to deploy Cloud function so whenever a docum...
- Firestoreのコレクション/サブコレクションをElasticに取り込む方法
Discuss the Elastic Stack


Ingest data from Firebase Firestore collection and subcollection to Elastic App Search engine
I'm using Firebase extension Elastic App Search, feeding my collection to the engine. Is it possible to ingest the whole collection and all subcollection inside...
- Firestoreの全文検索を可能にするおすすめのサードパーティ検索サービス
Firebase
- React NativeアプリにElasticsearchを統合してFirestore全文検索を実現する方法
Stack Overflow


Doing full text search with elasticsearch firestore and react-native
I have a question regarding how to do a full-text search on firestore. I have a simple app, which I wrote on react native. My app works fine, I have cloud funct...
- Cloud FunctionsでElasticsearchにデータ送信する方法(動画解説)