High-performance Node.js native addon for ip2region xdb query with IPv4/IPv6 support. Written in TypeScript with full type definitions. Note: This project is based on the official ip2region C client ...
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 │ ├── ...