We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9ef31b + 19bcaf6 commit 86b84f6Copy full SHA for 86b84f6
autovec_unstructured/autovec_unstructured.ipynb
@@ -183,7 +183,7 @@
183
},
184
{
185
"cell_type": "code",
186
- "execution_count": 2,
+ "execution_count": null,
187
"id": "5e8ba0fc",
188
"metadata": {},
189
"outputs": [],
@@ -193,7 +193,9 @@
193
"from couchbase.options import ClusterOptions\n",
194
"\n",
195
"from langchain_openai import OpenAIEmbeddings\n",
196
- "from langchain_couchbase.vectorstores import CouchbaseSearchVectorStore"
+ "from langchain_couchbase.vectorstores import CouchbaseSearchVectorStore\n",
197
+ "\n",
198
+ "from datetime import timedelta"
199
]
200
201
0 commit comments