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: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ user-friendly interface.
37
37
- 🎛️ Customizable system prompts to tailor responses 🛠️
38
38
- 🌐 Special command for quick and easy language translation tasks
39
39
- 📁 Upload a variety of documents (text, PDF, images, video) to Google Gemini for analysis and processing
40
+
- 🔎 [File Search](https://ai.google.dev/gemini-api/docs/file-search) The Gemini API enables Retrieval Augmented Generation ("RAG") through the File Search tool
40
41
- 🧠 Awesome Prompts 150+ awesome prompts most of them from [Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts) to select with one click.
41
42
42
43
###### \### Help the project by giving a star. \###
@@ -83,11 +84,19 @@ It will only work when the currently active model is any of Google Gemini.
83
84
### Grounding with Google Search
84
85
-`g: what's the main news today`
85
86
86
-
The Grounding with Google Search feature in the Gemini API can be used to improve the accuracy and recency of the model's
87
+
The Grounding with `Google Search` feature in the Gemini API can be used to improve the accuracy and recency of the model's
87
88
responses, essentially an internal RAG within the Gemini API itself.
88
89
89
90
You can now use this feature when using any Gemini 2.0 model, whether flash or pro, simply by typing `g: + your prompt.`
90
91
92
+
### File Search
93
+
-`fs: What does my files say about philanthropy?`
94
+
95
+
File Search is a new feature of the Google Gemini API that allows you to index your own files and use them as context for Gemini.
96
+
97
+
Note: OrionChat does not provide an interface for creating a `FileSearchStore` and uploading files to it.
98
+
You can do this via the Google API and then configure the name (ID) of your store in OrionChat.
<p>The Gemini API enables Retrieval Augmented Generation ("RAG") through the <a href="https://ai.google.dev/gemini-api/docs/file-search">File Search</a> tool.</p>
1824
+
<p>If you already have a store with indexed files, set your store ID above.
1825
+
Whenever you want a response from Gemini based on indexed data, type "fs: + your prompt"</p>
0 commit comments