Documentation/Progress Notes: Difference between revisions

No edit summary
 
(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.
-----
<span id="related-documentation"></span>
== 9. Related documentation ==
* '''System overview (Solr and vector store)''': <code>docs/system/09-solr-and-vector-store.md</code>
* '''Solr vector RAG quick reference''': <code>docs/SOLR_Vector_RAG_Quick_Reference.md</code>
* '''Architecture decision and implementation''': <code>docs/SOLR_Vector_RAG_Architecture_Decision.md</code>, <code>docs/SOLR_Vector_RAG_Implementation_Plan.md</code>
* '''Configuration reference''': <code>docs/system/10-configuration-reference.md</code> and <code>env.ts</code>