Documentation/Progress Notes: Difference between revisions
Serdar.sanri (talk | contribs) No edit summary |
Serdar.sanri (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 67: | Line 67: | ||
When you attach a file to a '''personality''' or a '''progress note template''', you can choose how that file is used: | When you attach a file to a '''personality''' or a '''progress note template''', you can choose how that file is used: | ||
{| | {| class="wikitable" | ||
!width="6%"| Mode | !width="6%"| Mode | ||
!width="48%"| What it means | !width="48%"| What it means | ||
| Line 185: | Line 185: | ||
Relevant environment variables: | Relevant environment variables: | ||
{| | {| class="wikitable" | ||
!width="13%"| Variable | !width="13%"| Variable | ||
!width="43%"| Purpose | !width="43%"| Purpose | ||
| Line 211: | Line 211: | ||
* The '''number of chunks''' used is '''configurable''' (<code>SOLR_RAG_CHUNK_LIMIT</code>), so you can tune how much document material the AI sees. | * The '''number of chunks''' used is '''configurable''' (<code>SOLR_RAG_CHUNK_LIMIT</code>), so you can tune how much document material the AI sees. | ||
* '''Patient documents''' are always used via RAG (semantic search); personality and template documents can be either full content or RAG. | * '''Patient documents''' are always used via RAG (semantic search); personality and template documents can be either full content or RAG. | ||