Answer

Learn how to use NodeRAG to assist models in generating domain-specific answers.

There are two ways to use NodeRAG:

  1. Direct module import in your code
  2. API client connection to a deployed NodeRAG service

Each method has its advantages. Direct import offers a simple and immediate integration for local use. However, if you plan to deploy NodeRAG as a service, using an API client is considered best practice.


import module

Learn how to import modules to use NodeRAG directly in your code.

localhost

Learn how to set up the NodeRAG API client and generate answers from requests


Last modified April 5, 2025: update reproduce (f23a25c)