SlicerPETDenoise is a 3D Slicer extension that includes three modules intended for medical image research, particularly PET and CT image workflows. These modules assist in denoising, comparing, and ...
rag-module/ ├── src/ │ ├── rag.ts # Core RAG functionality │ ├── embed.ts # Text embedding utilities │ ├── db.ts # Database connection and setup │ ├── test-rag.ts # Integration tests for RAG │ ├── ...