langchain-ai / langchainjs

🦜🔗 Build context-aware reasoning applications 🦜🔗
https://js.langchain.com/docs/
MIT License
12.71k stars 2.19k forks source link

Add support for Pinecone `/embed` endpoint #7203

Open aulorbe opened 2 days ago

aulorbe commented 2 days ago

This PR gives users the ability to generate dense vector embeddings via Pinecone's Inference API.

@AudreySage

vercel[bot] commented 2 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-docs ❌ Failed (Inspect) Nov 15, 2024 6:24pm
1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **langchainjs-api-refs** | ⬜️ Ignored ([Inspect](https://vercel.com/langchain/langchainjs-api-refs/6vsKUB1d2UMzFduh3ivDyrVX7Wfa)) | | | Nov 15, 2024 6:24pm |
jacoblee93 commented 2 days ago

Hey @aulorbe just FYI a community member merged a PR updating the required Pinecone version to be more permissive: https://github.com/langchain-ai/langchainjs/pull/7167/

aulorbe commented 1 day ago

Hey @aulorbe just FYI a community member merged a PR updating the required Pinecone version to be more permissive: #7167

Ah sick, thanks!

This PR (now) primarily introduces the embed endpoint. I'll update the desc when it's ready for review!