Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Vertex AI] Remove outdated Preview notice from README #14404

Merged
merged 1 commit into from
Jan 30, 2025
Merged
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
10 changes: 3 additions & 7 deletions FirebaseVertexAI/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# 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.

## Development

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

### Unit Tests

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