langchain/libs/community/langchain_community
Maxime Perrin 98380cff9b
community[patch]: removing "response_mode" parameter in llama_index retriever (#18180)
- **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>
2024-03-01 12:05:09 -08:00
..
adapters docs: added community modules descriptions (#17827) 2024-02-21 16:18:36 -08:00
agent_toolkits community: Add PolygonFinancials Tool (#18324) 2024-02-29 10:56:05 -08:00
callbacks community[minor] : adds callback handler for Fiddler AI (#17708) 2024-02-25 18:17:03 -08:00
chat_loaders
chat_message_histories astradb: Add AstraDBChatMessageHistory to langchain-astradb package (#17732) 2024-02-25 18:14:49 -08:00
chat_models community[patch]: type ignore fixes (#18395) 2024-03-01 11:21:02 -08:00
docstore
document_compressors community[feat]: Adds LLMLingua as a document compressor (#17711) 2024-02-27 19:23:56 -08:00
document_loaders community: Use default load() implementation in doc loaders (#18385) 2024-03-01 14:46:52 -05:00
document_transformers
embeddings community[patch]: Voyage AI updates default model and batch size (#17655) 2024-03-01 10:22:24 -08:00
example_selectors docs: added community modules descriptions (#17827) 2024-02-21 16:18:36 -08:00
graphs community[patch]: Fix GraphSparqlQAChain so that it works with Ontotext GraphDB (#15009) 2024-02-25 19:05:21 -08:00
indexes community: Add document manager and mongo document manager (#17320) 2024-02-23 21:32:52 -05:00
llms community[patch]: Fix ChatModel for sparkllm Bug. (#18375) 2024-03-01 10:49:30 -08:00
output_parsers
retrievers community[patch]: removing "response_mode" parameter in llama_index retriever (#18180) 2024-03-01 12:05:09 -08:00
storage multiple[patch]: fix deprecation versions (#18349) 2024-02-29 16:58:33 -08:00
tools community: Add PolygonFinancials Tool (#18324) 2024-02-29 10:56:05 -08:00
utilities community: Add PolygonFinancials Tool (#18324) 2024-02-29 10:56:05 -08:00
utils
vectorstores community[patch]: fix, better error message in deeplake vectoriser (#18397) 2024-03-01 11:21:21 -08:00
__init__.py
cache.py community[patch]: Graceful handling of redis errors in RedisCache and AsyncRedisCache (#17171) 2024-02-21 12:15:19 -05:00
py.typed