Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/integrations/spanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ The `SpannerVectorStoreSettings` class used above defines how
as `COSINE` or `EUCLIDEAN`.
- **`additional_filter`**: An optional SQL filter string to apply during the
search, for example: "inventoryCount > 0".
- **`query_result_mode`**: Determines the format in
which the `execute_sql` tool returns database query results. Setting this
parameter to `QueryResultMode.DICT_LIST` configures the tool to return the
results as a list of dictionaries.

## Spanner Admin Toolset

Expand Down
Loading