forked from langchain-ai/langchainjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade pinecone-ts-client to v1.1.0 (langchain-ai#2648)
* Begin cutover to new method sigs - Pinecone 0.1.6 * Import VectorOperationsApi from @pinecone-database * Upgrade Pinecone vectorstore to use Pinecone SDK v1.0.0 * Upgrade Pinecone integration to v1.0.1 * Upgrade to pinecone v1.0.1 for latest fixes * Commit yarn.lock * Fix side effects by moving process.env reads into constructor * Update langchain package.json and package.lock * Update Pinecone to v1.1.0 and latest usage patterns * Pass Pinecone client into PineconeStore * Fix lint warning about import order * Create a test Pinecone index with a stable name beforeEach test -waitUntilReady ensures the index is available -suppressConflicts will not throw errors if the index already exists * Fix delete by IDs test by remove extraneous array * Remove pnpm-lock.yaml from .gitignore * Update preferred Pinecone client instantiation in docs * Update Pinecone self query example with preferred client pattern * Fix tests, lint, format * Fix lint * Fix format * Remove index create/destroy from int tests for consistency --------- Co-authored-by: jacoblee93 <[email protected]>
- Loading branch information
1 parent
005707e
commit cdbc942
Showing
10 changed files
with
619 additions
and
561 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,5 +32,4 @@ Chinook_Sqlite.sql | |
|
||
firebase-debug.log | ||
firestore-debug.log | ||
|
||
tmp/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.