mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-24 03:52:08 +00:00
- `.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> |
||
---|---|---|
.. | ||
docarray | ||
__init__.py | ||
test_arxiv.py | ||
test_azure_ai_search.py | ||
test_breebs.py | ||
test_dria_index.py | ||
test_embedchain.py | ||
test_google_docai_warehoure_retriever.py | ||
test_google_vertex_ai_search.py | ||
test_kay.py | ||
test_pubmed.py | ||
test_qdrant_sparse_vector_retriever.py | ||
test_thirdai_neuraldb.py | ||
test_weaviate_hybrid_search.py | ||
test_wikipedia.py | ||
test_you.py | ||
test_zep.py |