[PR #3594] docs: add Mixpeek integration (tools/toolkit + vector store) #3635

Open
opened 2026-06-05 18:23:45 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3594
Author: @esteininger
Created: 4/15/2026
Status: 🔄 Open

Base: mainHead: add-mixpeek-integration


📝 Commits (1)

  • fbeb04c docs: add Mixpeek tools and vectorstore integration pages

📊 Changes

4 files changed (+406 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/tools/index.mdx (+2 -0)
src/oss/python/integrations/tools/mixpeek.mdx (+185 -0)
📝 src/oss/python/integrations/vectorstores/index.mdx (+2 -0)
src/oss/python/integrations/vectorstores/mixpeek.mdx (+217 -0)

📄 Description

Summary

Adds documentation pages for the langchain-mixpeek integration package — multimodal search, ingestion, and monitoring for AI agents.

New pages:

  • src/oss/python/integrations/tools/mixpeek.mdx — MixpeekTool and MixpeekToolkit (6-tool agent suite)
  • src/oss/python/integrations/vectorstores/mixpeek.mdx — MixpeekVectorStore with multimodal ingestion

What Mixpeek adds to the LangChain ecosystem:

  • Multimodal retrieval — agents can search video, images, audio, and documents (not just text)
  • 6-tool agent toolkit: search, ingest, process, classify, cluster, alert
  • VectorStore supporting 6 content types: text, image, video, audio, PDF, Excel
  • Bridge methods: as_tool(), as_retriever(), as_toolkit() for interface conversion
  • Platform features: taxonomy classification, clustering, alert monitoring

Package details:

Both pages follow the official templates and include setup, instantiation, invocation, and agent usage examples.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3594 **Author:** [@esteininger](https://github.com/esteininger) **Created:** 4/15/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-mixpeek-integration` --- ### 📝 Commits (1) - [`fbeb04c`](https://github.com/langchain-ai/docs/commit/fbeb04cb8107f84bd40389cb13598af006c1e0dd) docs: add Mixpeek tools and vectorstore integration pages ### 📊 Changes **4 files changed** (+406 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/tools/index.mdx` (+2 -0) ➕ `src/oss/python/integrations/tools/mixpeek.mdx` (+185 -0) 📝 `src/oss/python/integrations/vectorstores/index.mdx` (+2 -0) ➕ `src/oss/python/integrations/vectorstores/mixpeek.mdx` (+217 -0) </details> ### 📄 Description ## Summary Adds documentation pages for the [`langchain-mixpeek`](https://pypi.org/project/langchain-mixpeek/) integration package — multimodal search, ingestion, and monitoring for AI agents. **New pages:** - `src/oss/python/integrations/tools/mixpeek.mdx` — MixpeekTool and MixpeekToolkit (6-tool agent suite) - `src/oss/python/integrations/vectorstores/mixpeek.mdx` — MixpeekVectorStore with multimodal ingestion **What Mixpeek adds to the LangChain ecosystem:** - Multimodal retrieval — agents can search video, images, audio, and documents (not just text) - 6-tool agent toolkit: search, ingest, process, classify, cluster, alert - VectorStore supporting 6 content types: text, image, video, audio, PDF, Excel - Bridge methods: `as_tool()`, `as_retriever()`, `as_toolkit()` for interface conversion - Platform features: taxonomy classification, clustering, alert monitoring **Package details:** - PyPI: [langchain-mixpeek](https://pypi.org/project/langchain-mixpeek/) (v0.4.3, 89 tests passing) - npm: [@mixpeek/langchain](https://www.npmjs.com/package/@mixpeek/langchain) (JS companion) - GitHub: [mixpeek/langchain-mixpeek](https://github.com/mixpeek/langchain-mixpeek) - License: MIT - PEP 561 compliant (py.typed) Both pages follow the official templates and include setup, instantiation, invocation, and agent usage examples. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:23:45 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3635