mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-06 15:13:56 +00:00
Thank you for contributing to LangChain! - [x] **PR title**: "docs: update notebook for latest Pinecone API + serverless" - [x] **PR message**: Published notebook is incompatible with latest `pinecone-client` and not runnable. Updated for use with latest Pinecone Python SDK. Also updated to be compatible with serverless indexes (only index type available on Pinecone free tier). - [x] **Add tests and docs**: N/A (tested in Colab) - [x] **Lint and test**: Run `make format`, `make lint` and `make test` from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/ Additional guidelines: - Make sure optional dependencies are imported within a function. - Please do not add dependencies to pyproject.toml files (even optional ones) unless they are required for unit tests. - Most PRs should not touch more than one package. - Changes should be backwards compatible. - If you are adding something to community, do not re-import it in langchain. If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, hwchase17. --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1207328087952499 |
||
---|---|---|
.. | ||
_templates | ||
additional_resources | ||
changes/changelog | ||
contributing | ||
how_to | ||
integrations | ||
langsmith | ||
tutorials | ||
versions | ||
.gitignore | ||
concepts.mdx | ||
introduction.mdx | ||
people.mdx | ||
security.md |