From c31ad569e2680f324b116f3d4975c1276c30ea38 Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Fri, 10 May 2024 16:40:35 -0400 Subject: [PATCH] [Vertex AI] Add README.md with Preview disclaimer (#12945) --- FirebaseVertexAI/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 FirebaseVertexAI/README.md diff --git a/FirebaseVertexAI/README.md b/FirebaseVertexAI/README.md new file mode 100644 index 000000000000..398a183eecbe --- /dev/null +++ b/FirebaseVertexAI/README.md @@ -0,0 +1,8 @@ +# Vertex AI for Firebase SDK + +**Preview**: Vertex AI for Firebase is in Public Preview, which means that the product is +not subject to any SLA or deprecation policy and could change in backwards-incompatible +ways. + +- For developer documentation, please visit https://firebase.google.com/docs/vertex-ai. +- Try out the [sample app](Sample/README.md) to get started.