You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
michael 525226fb0b
docs: fix extraction/quickstart.ipynb example code (#20397)
- **Description**: The pydantic schema fields are supposed to be
optional but the use of `...` makes them required. This causes a
`ValidationError` when running the example code. I replaced `...` with
`default=None` to make the fields optional as intended. I also
standardized the format for all fields.
- **Issue**: n/a
- **Dependencies**: none
- **Twitter handle**: https://twitter.com/m_atoms

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
6 months ago
..
api_reference Community: Updating Azure Retriever and Docs to be Azure AI Search instead of Azure Cognitive Search (#19925) 6 months ago
data 👥 Update LangChain people data (#19858) 6 months ago
docs docs: fix extraction/quickstart.ipynb example code (#20397) 6 months ago
scripts docs: Update chat model providers include package information (#20336) 6 months ago
src docs: add Cohere to ChatModelTabs (#20386) 6 months ago
static docs: reorg and visual refresh (#19765) 6 months ago
.gitignore docs[minor]: Swap gtag for supabase (#18937) 7 months ago
.local_build.sh docs: partner packages (#16960) 8 months ago
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 7 months ago
README.md docs: developer docs (#14776) 10 months ago
babel.config.js Restructure docs (#11620) 12 months ago
code-block-loader.js Restructure docs (#11620) 12 months ago
docusaurus.config.js docs: fix title cap (#20048) 6 months ago
package.json ci[minor]: Bump LC scripts package, add retry option (#19285) 7 months ago
settings.ini Restructure docs (#11620) 12 months ago
sidebars.js docs: `graphs` update (#19675) 6 months ago
vercel.json docs[patch]: Add missing redirects (#20076) 6 months ago
vercel_build.sh docs[patch]: Revert quarto update (#19880) 6 months ago
vercel_requirements.txt infra: docs build install community editable (#14739) 10 months ago
yarn.lock ci[minor]: Bump LC scripts package, add retry option (#19285) 7 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide