You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/gemini-genai/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# Chat with your documents
2
2
3
3
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.
0 commit comments