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
ccurme c010ec8b71
patch: deprecate (a)get_relevant_documents (#20477)
- `.get_relevant_documents(query)` -> `.invoke(query)`
- `.get_relevant_documents(query=query)` -> `.invoke(query)`
- `.get_relevant_documents(query, callbacks=callbacks)` ->
`.invoke(query, config={"callbacks": callbacks})`
- `.get_relevant_documents(query, **kwargs)` -> `.invoke(query,
**kwargs)`

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
1 month ago
..
api_reference Community: Updating Azure Retriever and Docs to be Azure AI Search instead of Azure Cognitive Search (#19925) 2 months ago
data 👥 Update LangChain people data (#19858) 2 months ago
docs patch: deprecate (a)get_relevant_documents (#20477) 1 month ago
scripts docs: add structred output to feat table (#20539) 2 months ago
src docs: add Cohere to ChatModelTabs (#20386) 2 months ago
static docs: reorg and visual refresh (#19765) 2 months ago
.gitignore docs[minor]: Swap gtag for supabase (#18937) 3 months ago
.local_build.sh docs: partner packages (#16960) 4 months ago
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 3 months ago
README.md docs: developer docs (#14776) 6 months ago
babel.config.js Restructure docs (#11620) 8 months ago
code-block-loader.js Restructure docs (#11620) 8 months ago
docusaurus.config.js docs: fix title cap (#20048) 2 months ago
package.json Lock low level dep to fix Vercel docs build (#20573) 2 months ago
settings.ini Restructure docs (#11620) 8 months ago
sidebars.js docs: `graphs` update (#19675) 2 months ago
vercel.json upstage: init package (#20574) 2 months ago
vercel_build.sh docs[patch]: Revert quarto update (#19880) 2 months ago
vercel_requirements.txt infra: docs build install community editable (#14739) 6 months ago
yarn.lock Lock low level dep to fix Vercel docs build (#20573) 2 months ago

README.md

LangChain Documentation

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