You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1029 - 8 vector_store_similarity_search and SpannerVectorStoreSettings (#1926)
* #1029 - 8 vector_store_similarity_search and SpannerVectorStoreSettings
Added vector_store_similarity_search to SpannerToolset. SpannerVectorStoreSettings is introduced to support this feature.
* Update spanner.md
* Update spanner.md
Applied feedback. Additionally, reviewed the phrasing in the intro for clarity and concision and did some minor formatting edits.
* Fix wrapping, missing import, trailing whitespace, formatting fixes
* Restructure Spanner page: add intro, section headings, reorder vector search
* Add experimental tags/notes to corresponding integration pages
---------
Co-authored-by: Kristopher Overholt <koverholt@google.com>
<spanclass="lst-supported">Supported in ADK</span><spanclass="lst-python">Python v1.23.0</span>
11
+
<spanclass="lst-supported">Supported in ADK</span><spanclass="lst-python">Python v1.23.0</span><spanclass="lst-preview">Experimental</span>
12
12
</div>
13
13
14
14
These are a set of tools aimed to provide integration with Data Agents powered by [Conversational Analytics API](https://docs.cloud.google.com/gemini/docs/conversational-analytics-api/overview).
15
15
16
16
Data Agents are AI-powered agents that help you analyze your data using natural language. When configuring a Data Agent, you can choose from supported data sources, including **BigQuery**, **Looker**, and **Looker Studio**.
17
17
18
+
!!! example "Experimental"
19
+
This feature is experimental and may be updated in future releases.
20
+
18
21
**Prerequisites**
19
22
20
23
Before using these tools, you must build and configure your Data Agents in Google Cloud:
0 commit comments