Documentation/Progress Notes: Difference between revisions

 
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>