Version: 0.9.1
Author :
date : 2026/07/15
update :
node C++ Windows , RAG Zvec + TUI OpenRouter
- Zvec vector database
- OpenRouter
- embedding : Gemini-embedding-001
- node 24
- LLVM CLang
- Visual studio 2026 community
- nmake
- C/C++
- windows
- RAG APP
- Ink
https://github.com/vadimdemedes/ink
- openrouter
- .env
OPENROUTER_API_KEY=
OPENROUTER_MODEL=deepseek/deepseek-v4-flash
GEMINI_API_KEY=
- vcpkg install
vcpkg install nlohmann-json:x64-windows
vcpkg install curl:x64-windows
vcpkg install cpr:x64-windows
- C++ build
nmake all
- npm add
npm i
- init db
npx tsx init
- embed
npx tsx embed
- TUI app start
npm run start
