diff --git a/apps/docs/docs/using_rag.md b/apps/docs/docs/using_rag.md index a6094652..23447e00 100644 --- a/apps/docs/docs/using_rag.md +++ b/apps/docs/docs/using_rag.md @@ -49,6 +49,8 @@ export FIRECRAWL_API_KEY=your_firecrawl_api_key ## File Parsing Options +By default, Rowboat uses OpenAI for parsing documents. However, if you have access to Google's Gemini, we highly recommend using Gemini 2.0 for file parsing. + ### Default Parsing (OpenAI) By default, uploaded PDF files are parsed using `gpt-4o`. You can customize this by setting the following: @@ -101,4 +103,4 @@ export EMBEDDING_PROVIDER_BASE_URL=your-provider-base-url export EMBEDDING_PROVIDER_API_KEY=your-provider-api-key ``` -If you don't specify the provider settings, Rowboat will use OpenAI as the default provider. \ No newline at end of file +If you don't specify the provider settings, Rowboat will use OpenAI as the default provider.