How can a model answer from my own documents?

Before the model answers, NodeTool searches your documents and passes the most relevant passages along with your question, so the answer comes from your material rather than the model's general training. The search and document blocks are built in, so you can put this together on the canvas. The technique is often called RAG, short for retrieval-augmented generation.

Related questions