mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
98380cff9b
- **Description:** Removing this line ```python response = index.query(query, response_mode="no_text", **self.query_kwargs) ``` to ```python response = index.query(query, **self.query_kwargs) ``` Since llama index query does not support response_mode anymore : ``` | TypeError: BaseQueryEngine.query() got an unexpected keyword argument 'response_mode'```` - **Twitter handle:** @maximeperrin_ --------- Co-authored-by: Maxime Perrin <mperrin@doing.fr> |
||
---|---|---|
.. | ||
__init__.py | ||
arcee.py | ||
arxiv.py | ||
azure_cognitive_search.py | ||
bedrock.py | ||
bm25.py | ||
breebs.py | ||
chaindesk.py | ||
chatgpt_plugin_retriever.py | ||
cohere_rag_retriever.py | ||
databerry.py | ||
docarray.py | ||
elastic_search_bm25.py | ||
embedchain.py | ||
google_cloud_documentai_warehouse.py | ||
google_vertex_ai_search.py | ||
kay.py | ||
kendra.py | ||
knn.py | ||
llama_index.py | ||
metal.py | ||
milvus.py | ||
outline.py | ||
pinecone_hybrid_search.py | ||
pubmed.py | ||
pupmed.py | ||
qdrant_sparse_vector_retriever.py | ||
remote_retriever.py | ||
svm.py | ||
tavily_search_api.py | ||
tfidf.py | ||
vespa_retriever.py | ||
weaviate_hybrid_search.py | ||
wikipedia.py | ||
you.py | ||
zep.py | ||
zilliz.py |