gaianet node
Basic Information
This repository provides the software, scripts, and documentation to install, initialize, configure, and run a GaiaNet node that hosts local AI models and a retrieval-augmented generation pipeline. It bundles a command line utility named gaianet that automates installation of runtime components such as WasmEdge with a wasi-nn GGML plugin, a Qdrant vector database, a RAG API server wasm module, model files and a web dashboard. The project aims to let users deploy a working node on Mac, Linux, or Windows WSL, download large model and vector snapshot files defined by a config.json, start and stop services, and surface an address where the node exposes a web chat interface. The README also documents pre-set configurations and how to initialize a node with alternative model and knowledge base presets.