Skip to content

Commit

Permalink
Reformatted docs/docs/integrations/vectorstores/kinetica.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kinetica committed Feb 21, 2024
1 parent 1c2281e commit 04c6c2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/integrations/vectorstores/kinetica.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@
"PASSWORD = os.getenv(\"KINETICA_PASSWORD\", \"\")\n",
"OPENAI_API_KEY = os.getenv(\"OPENAI_API_KEY\", \"\")\n",
"\n",
"\n",
"def create_config() -> KineticaSettings:\n",
" return KineticaSettings(host=HOST, username=USERNAME, password=PASSWORD)\n"
" return KineticaSettings(host=HOST, username=USERNAME, password=PASSWORD)"
]
},
{
Expand Down

0 comments on commit 04c6c2c

Please sign in to comment.