Skip to content

Commit

Permalink
Rectified linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kinetica committed Nov 5, 2024
1 parent 1b8dd44 commit 71854b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/docs/integrations/vectorstores/kinetica.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
" Kinetica,\n",
" KineticaSettings,\n",
")\n",
"from langchain_openai import OpenAIEmbeddings\n"
"from langchain_openai import OpenAIEmbeddings"
]
},
{
Expand All @@ -106,7 +106,6 @@
"metadata": {},
"outputs": [],
"source": [
"\n",
"embeddings = OpenAIEmbeddings(model=\"text-embedding-3-large\")"
]
},
Expand Down Expand Up @@ -290,7 +289,7 @@
")\n",
"for res in results:\n",
" print(f\"* {res.page_content} [{res.metadata}]\")\n",
" \n",
"\n",
"print()\n",
"print(\"Similarity search with score\")\n",
"results = db.similarity_search_with_score(\n",
Expand Down

0 comments on commit 71854b6

Please sign in to comment.