Skip to content

Commit

Permalink
Fix typo in ElasticSearch sample notebook (#3171)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabendra committed Apr 19, 2023
1 parent 10e4b32 commit 7b1f065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"metadata": {},
"outputs": [],
"source": [
"db = ElasticVectorSearch.from_documents(docs, embeddings, elasticsearch_url=\"http://localhost:9200\"\n",
"db = ElasticVectorSearch.from_documents(docs, embeddings, elasticsearch_url=\"http://localhost:9200\")\n",
"\n",
"query = \"What did the president say about Ketanji Brown Jackson\"\n",
"docs = db.similarity_search(query)"
Expand Down

0 comments on commit 7b1f065

Please sign in to comment.