langchain-tensorlake
package provides seamless integration between Tensorlake and LangChain,
enabling you to build sophisticated document processing agents with enhanced parsing features, like signature detection.
Tensorlake feature overview
Tensorlake gives you tools to:- Extract: Schema-driven structured data extraction to pull out specific fields from documents.
- Parse: Convert documents to markdown to build RAG/Knowledge Graph systems.
- Orchestrate: Build programmable workflows for large-scale ingestion and enrichment of Documents, Text, Audio, Video and more.
Installation
Examples
Follow a full tutorial on how to detect signatures in unstructured documents using thelangchain-tensorlake
tool.
Or check out this colab notebook for a quick start.
Quick Start
1. Set up your environment
You should configure credentials for Tensorlake and OpenAI by setting the following environment variables:2. Import necessary packages
3. Build a Signature Detection Agent
openai
as the agent model to ensure the agent sets the right parsing parameters