mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
0614a53d9c
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 |
||
---|---|---|
.. | ||
api_reference | ||
data | ||
docs | ||
scripts | ||
src | ||
static | ||
.gitignore | ||
.yarnrc.yml | ||
babel.config.js | ||
docusaurus.config.js | ||
Makefile | ||
package.json | ||
README.md | ||
sidebars.js | ||
vercel_build.sh | ||
vercel_requirements.txt | ||
vercel.json | ||
yarn.lock |
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide