Update using_rag.md

This commit is contained in:
arkml 2025-05-20 12:56:37 +05:30 committed by GitHub
parent bac6f4745b
commit f73599b84c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
If you don't specify the provider settings, Rowboat will use OpenAI as the default provider.