Checked other resources
Package (Required)
Feature Description
I am proposing native support for Perplexity embedding models within the langchain-perplexity module. This integration would enable users to build end-to-end RAG agents exclusively powered by Perplexity services.
Use Case
Currently, developers must manually implement a PerplexityEmbeddings class to build a RAG agent using Perplexity services. Integrating this feature directly into LangChain would significantly streamline the process.
Proposed Solution
A PerplexityEmbeddings class can be implemented within langchain_perplexity.embeddings, mirroring the standard structure of other LangChain embeddings. This implementation leverages the perplexityai SDK to handle service interactions.
Alternatives Considered
No response
Additional Context
No response
Checked other resources
Package (Required)
Feature Description
I am proposing native support for Perplexity embedding models within the
langchain-perplexitymodule. This integration would enable users to build end-to-end RAG agents exclusively powered by Perplexity services.Use Case
Currently, developers must manually implement a
PerplexityEmbeddingsclass to build a RAG agent using Perplexity services. Integrating this feature directly into LangChain would significantly streamline the process.Proposed Solution
A
PerplexityEmbeddingsclass can be implemented withinlangchain_perplexity.embeddings, mirroring the standard structure of other LangChain embeddings. This implementation leverages theperplexityaiSDK to handle service interactions.Alternatives Considered
No response
Additional Context
No response