Tools

Tools in Lleverage are utilities that help you create advanced workflows and complete tasks more efficiently. These tools allow for custom logic, data manipulation, content extraction, and interaction with external services.

Available Tools

  • HTTP Request: Sends an HTTP request to an external service. This tool allows you to interact with third-party APIs or services as part of your workflow.

  • Vector Store Similarity Search: Performs a similarity search against your Lleverage vector store. Use this to query and find similar entries based on vector embeddings, commonly used for tasks like semantic search.

  • Extract Text from Web Page: Extracts text from a specified URL and optionally includes linked pages. This is ideal for retrieving content to be processed by models or further analyzed.

  • JavaScript Node: Allows you to execute custom JavaScript code within the workflow for advanced data manipulation, custom calculations, or specific logic not covered by other nodes.

  • Database Query: Executes a query against a connected database. This tool enables you to fetch or manipulate data stored in your databases directly within the workflow.

  • Document Parser: Parses documents like PDFs or Word files to extract structured text data, making it easier to process within your workflows or feed into AI models.

  • Alias: Creates an alias for a node, helping to streamline and organize complex workflows. Aliases make workflows easier to manage by reusing node outputs without duplicating nodes.

  • Web Scraper: Extracts content from a given URL to be processed by models, such as large language models (LLMs). Works effectively with the SerpApi integration for more advanced web scraping use cases.

  • Convert to Image: Converts a PDF to an image so it can be processed by a multi-modal model

Last updated