Compare commits

...

2 Commits

Author SHA1 Message Date
Yuan Teoh
f1eb056853 Update alloydb-ai-nl.md 2026-01-09 10:53:21 -08:00
Yuan Teoh
6f342a1e72 docs(tools/alloydbainl): only require psv installation when needed 2026-01-08 15:26:31 -08:00

View File

@@ -91,8 +91,8 @@ visible to the LLM.
https://cloud.google.com/alloydb/docs/parameterized-secure-views-overview
{{< notice tip >}} Make sure to enable the `parameterized_views` extension
before running this tool. You can do so by running this command in the AlloyDB
studio:
to utilize PSV feature (`nlConfigParameters`) with this tool. You can do so by
running this command in the AlloyDB studio:
```sql
CREATE EXTENSION IF NOT EXISTS parameterized_views;