Skip to content

Commit 147d40a

Browse files
author
Stefano Lottini
committed
note on namespace
1 parent 9f805c8 commit 147d40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AstraDB_langchain_quickstart_1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
" collection_name=\"astra_vector_demo\",\n",
9595
" token=os.environ[\"ASTRA_DB_APPLICATION_TOKEN\"],\n",
9696
" api_endpoint=os.environ[\"ASTRA_DB_API_ENDPOINT\"],\n",
97-
" namespace=os.environ.get(\"ASTRA_DB_KEYSPACE\"),\n",
97+
" namespace=os.environ.get(\"ASTRA_DB_KEYSPACE\"), # <-- this will disappear in a typical quickstart\n",
9898
")"
9999
]
100100
},

0 commit comments

Comments
 (0)