This repository serves as a reusable template for creating modular LabVIEW and TestStand components used in automated test bench systems. It provides a standardized folder structure, example ...
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 │ ├── ...