Apply suggestion from @mfortman11

Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
This commit is contained in:
Mendon Kissling 2025-10-01 11:07:40 -04:00 committed by GitHub
parent 45fc5ca5bb
commit 7370ad3bf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.