Skip to content

RetrieverTool

This tool in Nappai’s dashboard lets you access and use different data retrieval methods. It acts as a bridge, connecting Nappai to your data sources so you can easily get the information you need for your automated tasks.

Relationship with Langchain

This tool uses Langchain, a powerful technology that helps Nappai find and manage information efficiently. It allows Nappai to connect to various data sources and retrieve information quickly and accurately. You don’t need to know about Langchain to use this tool; it handles the technical details for you.

Inputs

  • Retriever: This selects how Nappai will find your data. Nappai will offer different options here, each designed to access a specific type of data source (e.g., a database, a spreadsheet, etc.). You’ll choose the appropriate Retriever for your data.
  • Name: Give this tool a descriptive name (e.g., “Customer Data Retriever,” “Sales Report Retriever”). This helps you easily identify it in the dashboard.
  • Description: Briefly describe what this tool does. For example: “Retrieves customer information from the main database.” This helps you and others understand its purpose.

Outputs

This tool produces a ready-to-use data retrieval tool within Nappai. After you configure it with the inputs above, you can use it in other parts of your automation workflows to get the data you need. The retrieved data will then be available for use in subsequent steps of your automation.

Usage Example

Let’s say you want to automate a report that needs customer names and addresses.

  1. You would use the RetrieverTool component.
  2. For the “Retriever” input, you would select the “Customer Database Retriever” (assuming Nappai provides this option).
  3. You would name the tool “Customer Info Retriever”.
  4. You would describe it as “Retrieves customer names and addresses from the customer database.”
  5. After saving the configuration, this “Customer Info Retriever” tool becomes available for use in your automation workflows.

Templates

[This section will be populated with links to specific templates where this component is used once those templates are created.]

[This section will be populated with links to other related components and their descriptions once those components are defined.]

Tips and Best Practices

  • Choose the correct Retriever for your data source to ensure accurate retrieval.
  • Use descriptive names and descriptions to easily identify and understand the tool’s purpose.
  • Test your configuration thoroughly before using it in critical automation workflows.

Security Considerations

[This section will be populated with relevant security information if applicable.]