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/libs/experimental/langchain_experimental/autonomous_agents
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>
5 months ago
..
autogpt patch: deprecate (a)get_relevant_documents (#20477) 5 months ago
baby_agi langchain: `callbacks` imports fix (#20348) 5 months ago
hugginggpt experimental[patch]: `prompts` import fix (#20534) 5 months ago
__init__.py experimental[patch]: update module doc strings (#19539) 6 months ago