Skip to content

Commit 10bf52f

Browse files
Update supporting-blog-content/using-crewai-with-elasticsearch/using_crewai_with_elasticsearch_notebook.ipynb
Co-authored-by: Justin Castilla <[email protected]>
1 parent 95bd6bf commit 10bf52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supporting-blog-content/using-crewai-with-elasticsearch/using_crewai_with_elasticsearch_notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"source": [
108108
"# Elasticsearch client\n",
109109
"_client = Elasticsearch(\n",
110-
" os.environ[\"ELASTIC_ENDPOINT\"],\n",
110+
" hosts=os.environ[\"ELASTIC_ENDPOINT\"],\n",
111111
" api_key=os.environ[\"ELASTIC_API_KEY\"],\n",
112112
")"
113113
]

0 commit comments

Comments
 (0)