LangChain: Perplexity Embeddings Integration and Version Updates
LangChain added native Perplexity embeddings support through a new PerplexityEmbeddings class, completing the integration alongside existing chat and search components. The update includes three package releases across core LangChain, Perplexity partner package, and standard tests.
Duration: PT2M2S
Episode overview
This episode is a short developer briefing from LangChain.
It explains recent repository work in plain language.
- Show: LangChain
- Published: 2026-04-29T00:00:00Z
- Audio duration: PT2M2S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, this is your LangChain briefing for April 29th, 2026.
The major development today is the addition of first-class Perplexity embeddings support. James Liounis implemented a new PerplexityEmbeddings class that provides both synchronous and asynchronous embedding methods for documents and queries. The integration uses the pplx-embed-v1-4b model by default and maintains…
The implementation includes comprehensive testing with both unit tests using mocked clients and integration tests against the live API. The new class follows LangChain's standard embeddings interface and includes proper error handling and documentation.
Three version releases accompanied these changes. Sydney Runkle released LangChain core version 1.2.16, Mason Daugherty bumped the Perplexity partner package to version 1.2.0 to include the new embeddings feature, and the standard tests package was updated to version 1.1.7.
The Perplexity integration now offers a complete suite of components including chat models, search retrievers, search results tools, and embeddings, all accessible through consistent LangChain interfaces. The embeddings API supports the full Perplexity embeddings specification with…
What's…
Nearby episodes from LangChain
- Security Fortress - Hardening Against Untrusted Code
- Weekly Recap - Streaming Enhancements and Partner Integrations
- Stream Events v3 Protocol and Partner Updates
- Human-in-the-Loop Enhancements and Fireworks Vision Fix
- Weekly Recap - Streaming Reliability & Performance
- Major Streaming Overhaul and Release Updates
- Weekly Recap - Security Hardening & Model Integrations
- Weekly Recap - Security & Performance Enhancements