ai ml
    Featured

    LangChain Integration

    Give your AI agents eyes, ears, and memory

    The langchain-mixpeek package gives LangChain agents the ability to see video, hear audio, search images, and act on unstructured content. Includes a 6-tool agent toolkit (search, ingest, process, classify, cluster, alert), VectorStore with support for all file types, and bridge methods to convert between retrievers, tools, and toolkits.

    Built for AI engineers and teams building agents that need to see, hear, or search unstructured content.

    langchain
    RAG
    retrieval augmented generation
    AI agents
    multimodal search
    LLM
    Quick Install:
    pip install langchain-mixpeek npm install @mixpeek/langchain

    Use Cases

    1

    Brand protection agents that scan marketplaces for counterfeits

    2

    Archive search agents that find faces, objects, or moments in video

    3

    Content compliance agents that flag IP/trademark risks

    4

    Multimodal RAG pipelines across text, images, video, and audio

    Features

    MixpeekToolkit — 6-tool agent toolkit for LangGraph/LangChain agents
    MixpeekRetriever with as_tool() one-line conversion for agents
    VectorStore supporting all file types: text, image, video, audio, PDF, Excel
    Taxonomy classification, clustering, and alert monitoring
    Custom plugin management and testing
    Async retriever, LCEL support, and metadata filtering

    Example

    Agent with full Mixpeek capabilities

    from langchain_mixpeek import MixpeekToolkit
    from langgraph.prebuilt import create_react_agent
    toolkit = MixpeekToolkit(
    api_key="mxp_...",
    namespace="brand-protection",
    bucket_id="bkt_...",
    collection_id="col_...",
    retriever_id="ret_...",
    )
    agent = create_react_agent(llm, toolkit.get_tools())
    result = agent.invoke({
    "messages": [("user", "Scan these listings for counterfeits")]
    })

    Agent capabilities

    Tools: mixpeek_search, mixpeek_ingest, mixpeek_process,
    mixpeek_classify, mixpeek_cluster, mixpeek_alert
    The agent can now:
    - Search video, images, audio, documents
    - Upload and process new content
    - Classify documents with taxonomies
    - Group similar content into clusters
    - Set up monitoring alerts (webhook, Slack, email)

    Get Started

    Integrations

    LangChain
    LangGraph
    LangSmith
    OpenAI
    Anthropic
    Claude

    Details

    LicenseMIT
    Categoryai ml
    Registriespypi + npm

    Quick Info

    LicenseMIT
    Categoryai ml
    Registriespypi + npm

    Frequently Asked Questions

    Ready to integrate?

    Get started with LangChain Integration in minutes. Check out the documentation or explore the source code on GitHub.