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
Mirna Wong 2115fb76de
Replace llm variable with model (#23280)
The code snippet under ‘pdfs_qa’ contains an small incorrect code
example , resulting in users getting errors. This pr replaces ‘llm’
variable with ‘model’ to help user avoid a NameError message.

Resolves #22689


If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
3 months ago
..
api_reference docs: API reference remove Prev/Up/Next buttons (#23225) 4 months ago
data 👥 Update LangChain people data (#22388) 4 months ago
docs Replace llm variable with model (#23280) 3 months ago
scripts docs: BaseChatModel key methods table (#23238) 4 months ago
src docs[patch]: Fix typo in feedback (#23146) 4 months ago
static docs[patch]: Adds evaluation sections (#23050) 4 months ago
.gitignore infra: cleanup docs build (#21134) 5 months ago
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 7 months ago
Makefile docs: generate table for document loaders (#22871) 4 months ago
README.md docs: developer docs (#14776) 10 months ago
babel.config.js Restructure docs (#11620) 1 year ago
docusaurus.config.js docs: link GH org (#22308) 4 months ago
package.json docs[patch]: Adds feedback input after thumbs up/down (#23141) 4 months ago
sidebars.js docs: embeddings classes (#22927) 4 months ago
vercel.json docs[patch]: Add robots.txt and root sitemap (#22492) 4 months ago
vercel_build.sh infra: use nbconvert for docs build (#21135) 5 months ago
vercel_requirements.txt package: security update urllib3 to @1.26.19 (#23366) 3 months ago
yarn.lock docs[patch]: Adds feedback input after thumbs up/down (#23141) 4 months ago

README.md

LangChain Documentation

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