Skip to content

Commit

Permalink
pinecone: delete from monorepo (#29889)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Feb 19, 2025
1 parent 6c1e21d commit 68b13e5
Show file tree
Hide file tree
Showing 23 changed files with 2 additions and 3,734 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ jobs:
NOMIC_API_KEY: ${{ secrets.NOMIC_API_KEY }}
WATSONX_APIKEY: ${{ secrets.WATSONX_APIKEY }}
WATSONX_PROJECT_ID: ${{ secrets.WATSONX_PROJECT_ID }}
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
PINECONE_ENVIRONMENT: ${{ secrets.PINECONE_ENVIRONMENT }}
ASTRA_DB_API_ENDPOINT: ${{ secrets.ASTRA_DB_API_ENDPOINT }}
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
ASTRA_DB_KEYSPACE: ${{ secrets.ASTRA_DB_KEYSPACE }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@ jobs:
NOMIC_API_KEY: ${{ secrets.NOMIC_API_KEY }}
WATSONX_APIKEY: ${{ secrets.WATSONX_APIKEY }}
WATSONX_PROJECT_ID: ${{ secrets.WATSONX_PROJECT_ID }}
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
PINECONE_ENVIRONMENT: ${{ secrets.PINECONE_ENVIRONMENT }}
ASTRA_DB_API_ENDPOINT: ${{ secrets.ASTRA_DB_API_ENDPOINT }}
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
ASTRA_DB_KEYSPACE: ${{ secrets.ASTRA_DB_KEYSPACE }}
Expand Down
21 changes: 0 additions & 21 deletions libs/partners/pinecone/LICENSE

This file was deleted.

65 changes: 0 additions & 65 deletions libs/partners/pinecone/Makefile

This file was deleted.

27 changes: 2 additions & 25 deletions libs/partners/pinecone/README.md
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
8 changes: 0 additions & 8 deletions libs/partners/pinecone/langchain_pinecone/__init__.py

This file was deleted.

78 changes: 0 additions & 78 deletions libs/partners/pinecone/langchain_pinecone/_utilities.py

This file was deleted.

Loading

0 comments on commit 68b13e5

Please sign in to comment.