From e843d11adedcd29f26f5dab372bc096ad4eb58bb Mon Sep 17 00:00:00 2001 From: Max Jakob Date: Fri, 9 Feb 2024 16:44:41 +0100 Subject: [PATCH] fixup formatting not sure why this wasn't applied in the first run --- example-apps/chatbot-rag-app/data/index_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-apps/chatbot-rag-app/data/index_data.py b/example-apps/chatbot-rag-app/data/index_data.py index 6e87ae26..eeef7405 100644 --- a/example-apps/chatbot-rag-app/data/index_data.py +++ b/example-apps/chatbot-rag-app/data/index_data.py @@ -94,7 +94,7 @@ def main(): index_name=INDEX, strategy=ElasticsearchStore.SparseVectorRetrievalStrategy(model_id=ELSER_MODEL), bulk_kwargs={ - 'request_timeout': 60, + "request_timeout": 60, }, )