Skip to content

Commit fd1e8ae

Browse files
committed
Fix doc syntax from original README.md
1 parent 2dd9c02 commit fd1e8ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/gemini-genai/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Chat with your documents
22

33
This folder contains a (very) minimal, self-contained example of how to make an application to chat with your documents, using Chroma and Google Gemini's google.genai API.
4-
It uses the 2022 and 2023 U.S state of the union addresses as example documents.
4+
It uses the 2022 and 2023 U.S. State of the Union addresses as example documents.
5+
6+
See `examples/gemini` for a similar script example using Google's older google.generativeai API.
57

68
## How it works
79

@@ -15,7 +17,7 @@ The basic flow is as follows:
1517

1618
## Running the example
1719

18-
You will need an Google API key to run this demo.
20+
You will need a Google API key to run this demo.
1921

2022
Install dependencies and run the example:
2123

0 commit comments

Comments
 (0)