-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pinecone: delete from monorepo (#29889)
This now lives in https://github.com/langchain-ai/langchain-pinecone
- Loading branch information
Showing
23 changed files
with
2 additions
and
3,734 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,26 +1,3 @@ | ||
# langchain-pinecone | ||
This package has moved! | ||
|
||
This package contains the LangChain integration with Pinecone. | ||
|
||
## Installation | ||
|
||
```bash | ||
pip install -U langchain-pinecone | ||
``` | ||
|
||
And you should configure credentials by setting the following environment variables: | ||
|
||
- `PINECONE_API_KEY` | ||
- `PINECONE_INDEX_NAME` | ||
|
||
## Usage | ||
|
||
The `PineconeVectorStore` class exposes the connection to the Pinecone vector store. | ||
|
||
```python | ||
from langchain_pinecone import PineconeVectorStore | ||
|
||
embeddings = ... # use a LangChain Embeddings class | ||
|
||
vectorstore = PineconeVectorStore(embeddings=embeddings) | ||
``` | ||
https://github.com/langchain-ai/langchain-pinecone |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.