Skip to content

Commit afcaf97

Browse files
committed
docs(firestore-translate-text): generate readme
1 parent f6b2cf3 commit afcaf97

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

firestore-translate-text/PREINSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ A large language model like Gemini 1.5 Pro may have more contextual understandin
4343

4444
It is important to note that Gemini should only be used with sanitized input, as prompt injection is a possibility.
4545

46+
#### AI-powered language translation
47+
This extension makes use of the [Genkit SDK](http://genkit.dev/) to perform AI-powered language translation using large language models such as Gemini from Vertex AI or Google AI. For further information, check out the genkit documentation at [genkit.dev](http://genkit.dev/).
48+
4649
##### Notes:
4750
- Using the Gemini API may have a different pricing model than the Cloud Translation API.
4851

@@ -54,6 +57,3 @@ To install an extension, your project must be on the [Blaze (pay as you go) plan
5457
- Cloud Translation API
5558
- Cloud Firestore
5659
- Cloud Functions (Node.js 10+ runtime. [See FAQs](https://firebase.google.com/support/faq#extensions-pricing))
57-
58-
#### AI-powered language translation
59-
This extension makes use of the Genkit SDK to perform AI-powered language translation using large language models such as Gemini 1.5 Pro from Vertex AI or Google AI. For further information check out the genkit documentation at [genkit.dev](http://genkit.dev/).

firestore-translate-text/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ A large language model like Gemini 1.5 Pro may have more contextual understandin
5151

5252
It is important to note that Gemini should only be used with sanitized input, as prompt injection is a possibility.
5353

54+
#### AI-powered language translation
55+
This extension makes use of the [Genkit SDK](http://genkit.dev/) to perform AI-powered language translation using large language models such as Gemini from Vertex AI or Google AI. For further information, check out the genkit documentation at [genkit.dev](http://genkit.dev/).
56+
5457
##### Notes:
5558
- Using the Gemini API may have a different pricing model than the Cloud Translation API.
5659

@@ -63,8 +66,6 @@ To install an extension, your project must be on the [Blaze (pay as you go) plan
6366
- Cloud Firestore
6467
- Cloud Functions (Node.js 10+ runtime. [See FAQs](https://firebase.google.com/support/faq#extensions-pricing))
6568

66-
#### AI-powered language translation
67-
This extension makes use of the Genkit SDK to perform AI-powered language translation using large language models such as Gemini 1.5 Pro from Vertex AI or Google AI. For further information check out the genkit documentation at [genkit.dev](http://genkit.dev/).
6869

6970

7071

0 commit comments

Comments
 (0)