Integration
LangChain
Unlock the Power of the JigsawStack on LangChain!
LangChain.js now supports calling JigsawStack Prompt Engine and more through the JigsawStack Tool.
The JigsawStack Tool provides your agent with several capabilities:
- JigsawStack Prompt Engine: Use JigsawStack’s advanced prompt engine to interact with large language models.
- JigsawStackAIScrape: Scrape web content with AI-powered precision.
- JigsawStackAISearch: Perform AI-powered web searches for high-quality results.
- JigsawStackSpeechToText: Transcribe audio or video using the powerful large V3 Whisper model.
- JigsawStackVOCR: Recognize and extract data from images via AI prompts.
- JigsawStackTextToSQL: Generate SQL queries from natural language text.
Setup
- Set up an account: Get started for free
- Create and retrieve your API key:
Installation
Install the JigsawStack integration package for your project:
Usage: Standalone
Example 1: Using the JigsawStack Prompt Engine
Example 2: Using Other JigsawStack Tools
Usage: In an Agent
For more details, visit the LangChain documentation.