Minor improvements including consistently setting override to True when loading dotenv
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"load_dotenv()\n",
|
||||
"load_dotenv(override=True)\n",
|
||||
"DB = \"products_vectorstore\""
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user