File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Vertex AI for Firebase SDK
2
2
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
-
7
3
- For developer documentation, please visit https://firebase.google.com/docs/vertex-ai .
8
4
- Try out the [ sample app] ( Sample/README.md ) to get started.
9
5
10
6
## Development
11
7
12
8
After following the Swift Package Manager
13
9
[ 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.
15
11
16
12
### Unit Tests
17
13
@@ -26,5 +22,5 @@ Choose the `FirebaseVertexAIUnit` scheme to build and run the unit tests.
26
22
To update the mock responses, create a PR in the
27
23
[ ` vertexai-sdk-test-data ` ] ( https://github.com/FirebaseExtended/vertexai-sdk-test-data )
28
24
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.
You can’t perform that action at this time.
0 commit comments