Skip to content

Commit 28f057d

Browse files
authored
[Vertex AI] Remove outdated Preview notice from README (#14404)
1 parent 075679d commit 28f057d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

FirebaseVertexAI/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
# Vertex AI for Firebase SDK
22

3-
**Preview**: Vertex AI for Firebase is in Public Preview, which means that the product is
4-
not subject to any SLA or deprecation policy and could change in backwards-incompatible
5-
ways.
6-
73
- For developer documentation, please visit https://firebase.google.com/docs/vertex-ai.
84
- Try out the [sample app](Sample/README.md) to get started.
95

106
## Development
117

128
After following the Swift Package Manager
139
[setup instructions](https://github.com/firebase/firebase-ios-sdk#swift-package-manager-1),
14-
choose the `FirebaseVertexAI-Preview` scheme to build the SDK.
10+
choose the `FirebaseVertexAI` scheme to build the SDK.
1511

1612
### Unit Tests
1713

@@ -26,5 +22,5 @@ Choose the `FirebaseVertexAIUnit` scheme to build and run the unit tests.
2622
To update the mock responses, create a PR in the
2723
[`vertexai-sdk-test-data`](https://github.com/FirebaseExtended/vertexai-sdk-test-data)
2824
repo. After it is merged, re-run the
29-
[script](https://github.com/firebase/firebase-ios-sdk/blob/main/scripts/update_vertexai_responses.sh)
30-
above to download the updated files.
25+
[`update_vertexai_responses.sh`](https://github.com/firebase/firebase-ios-sdk/blob/main/scripts/update_vertexai_responses.sh)
26+
script to download the updated files.

0 commit comments

Comments
 (0)