Apply suggestion from @mfortman11
Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
This commit is contained in:
parent
45fc5ca5bb
commit
7370ad3bf7
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ These settings configure the Docling ingestion parameters.
|
|||
OpenRAG will warn you if `docling-serve` is not running.
|
||||
To start or stop `docling-serve` or any other native services, in the TUI main menu, click **Start Native Services** or **Stop Native Services**.
|
||||
|
||||
**Embedding model** determines which AI model is used to create vector embeddings. The default is `text-embedding-3-small`. `
|
||||
**Embedding model** determines which AI model is used to create vector embeddings. The default is `text-embedding-3-small`.
|
||||
|
||||
**Chunk size** determines how large each text chunk is in number of characters.
|
||||
Larger chunks yield more context per chunk, but may include irrelevant information. Smaller chunks yield more precise semantic search, but may lack context.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue