mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
Update using_rag.md
This commit is contained in:
parent
bac6f4745b
commit
f73599b84c
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue