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/docs/integrations/platforms
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
..
anthropic.mdx anthropic[minor]: tool use (#20016) 2 months ago
aws.mdx docs: aws docs updates (#20571) 2 months ago
google.mdx patch: deprecate (a)get_relevant_documents (#20477) 1 month ago
huggingface.mdx docs[patch]: Fix or remove broken mdx links (#19777) 2 months ago
index.mdx docs: aws listing (#20674) 1 month ago
microsoft.mdx Community: Updating Azure Retriever and Docs to be Azure AI Search instead of Azure Cognitive Search (#19925) 2 months ago
openai.mdx docs: reorg and visual refresh (#19765) 2 months ago