Skip to content

docs: add Mixpeek integration (multimodal retriever & tool)#3584

Closed
Ethan Steininger (esteininger) wants to merge 2 commits intolangchain-ai:mainfrom
esteininger:add-mixpeek-integration
Closed

docs: add Mixpeek integration (multimodal retriever & tool)#3584
Ethan Steininger (esteininger) wants to merge 2 commits intolangchain-ai:mainfrom
esteininger:add-mixpeek-integration

Conversation

@esteininger
Copy link
Copy Markdown

Summary

Adds Mixpeek as a LangChain integration provider. Mixpeek is a multimodal intelligence platform that lets AI agents search across video, image, audio, and document content.

Package: langchain-mixpeek (published on PyPI)
GitHub: mixpeek/langchain-mixpeek

What's included

  • Provider page (src/oss/integrations/providers/mixpeek.mdx) — installation, retriever, tool, async, RAG chain, and agent examples
  • Package entry in packages.yml

Components

Component Class Description
Retriever MixpeekRetriever BaseRetriever for RAG chains
Tool MixpeekTool BaseTool for agents
Async Retriever AsyncMixpeekRetriever Async-first variant

Verification

  • Package is live on PyPI: pip install langchain-mixpeek
  • 34 unit tests passing
  • E2E tested against live Mixpeek API with Claude as the LLM
  • All code examples in the provider page are tested

@github-actions github-actions bot added oss external User is not a member of langchain-ai labels Apr 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for opening a docs PR, Ethan Steininger (@esteininger)! When it's ready for review, please add the relevant reviewers:

  • @npentrel or @lnhsingh (open source)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external User is not a member of langchain-ai oss

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant