Skip to content

Commit 86b84f6

Browse files
Merge pull request #72 from couchbase-examples/DA-1153-Autovec-Unstructured-Data
added missing import statement
2 parents d9ef31b + 19bcaf6 commit 86b84f6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

autovec_unstructured/autovec_unstructured.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
},
184184
{
185185
"cell_type": "code",
186-
"execution_count": 2,
186+
"execution_count": null,
187187
"id": "5e8ba0fc",
188188
"metadata": {},
189189
"outputs": [],
@@ -193,7 +193,9 @@
193193
"from couchbase.options import ClusterOptions\n",
194194
"\n",
195195
"from langchain_openai import OpenAIEmbeddings\n",
196-
"from langchain_couchbase.vectorstores import CouchbaseSearchVectorStore"
196+
"from langchain_couchbase.vectorstores import CouchbaseSearchVectorStore\n",
197+
"\n",
198+
"from datetime import timedelta"
197199
]
198200
},
199201
{

0 commit comments

Comments
 (0)