Version: 0.9.1
Author :
date : 2026/07/14
update :
node.js C++ , RAG Zvec + TUI OpenRouter
- Zvec vector database
- OpenRouter
- node 22
- C/C++
- LLVM CLang
- embedding : Gemini-embedding-001
- make
- Linux
- RAG APP
https://github.com/alibaba/zvec
- .env
OPENROUTER_API_KEY=
OPENROUTER_MODEL=deepseek/deepseek-v4-flash
GEMINI_API_KEY=
- LIB add
sudo apt install uuid-dev
sudo apt install nlohmann-json3-dev
sudo apt install libcurl4-openssl-dev
- C++ build
make all
- npm add
npm i
- use
- init
npx tsx init
- embed: ./data folder import (txt)
npx tsx embed
- TUI app start
npm run start
https://zenn.dev/knaka0209/scraps/0c6be54e770357
