Overview
An intelligent document retrieval and question-answering system that leverages vector search and local LLMs to provide accurate, context-aware responses based on your document collection.
Tags
chat, rag
Workflow Diagram
graph TD
formattext_9["FormatText"]
hybridsearch_8e9b81["HybridSearch"]
query_2cff53["Query"]
agent_d83380["Agent"]
query_2cff53 --> hybridsearch_8e9b81
hybridsearch_8e9b81 --> formattext_9
query_2cff53 --> formattext_9
formattext_9 --> agent_d83380
How to Use
- Open NodeTool and create a new workflow
- Import this workflow from the examples gallery or build it manually following the diagram above
- Configure the input nodes with your data
- Run the workflow to see results
Related Workflows
Browse other workflow examples to discover more capabilities.