Skip to content

Commit

Permalink
fixup formatting
Browse files Browse the repository at this point in the history
not sure why this wasn't applied in the first run
  • Loading branch information
maxjakob committed Feb 9, 2024
1 parent 06a010b commit e843d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-apps/chatbot-rag-app/data/index_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def main():
index_name=INDEX,
strategy=ElasticsearchStore.SparseVectorRetrievalStrategy(model_id=ELSER_MODEL),
bulk_kwargs={
'request_timeout': 60,
"request_timeout": 60,
},
)

Expand Down

0 comments on commit e843d11

Please sign in to comment.