Skip to content

Commit

Permalink
Modified import order
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kinetica committed Feb 21, 2024
1 parent 223e430 commit 73ba00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/integrations/vectorstores/kinetica.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
"from langchain_community.document_loaders import TextLoader\n",
"from langchain_community.vectorstores import (\n",
" DistanceStrategy,\n",
" KineticaVectorStore,\n",
" KineticaSettings,\n",
" KineticaVectorStore,\n",
")\n",
"from langchain_openai import OpenAIEmbeddings"
]
Expand Down

0 comments on commit 73ba00b

Please sign in to comment.