Skip to content

Commit aa70903

Browse files
addressed comments
1 parent bc8dcd1 commit aa70903

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

huggingface/query_based/hugging_face.ipynb

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,19 @@
270270
},
271271
{
272272
"cell_type": "code",
273-
"execution_count": null,
273+
"execution_count": 4,
274274
"id": "61bd6302",
275275
"metadata": {},
276-
"outputs": [],
276+
"outputs": [
277+
{
278+
"name": "stdout",
279+
"output_type": "stream",
280+
"text": [
281+
"Connecting to cluster at URL: couchbase://localhost\n",
282+
"Connected to the cluster\n"
283+
]
284+
}
285+
],
277286
"source": [
278287
"print(\"Connecting to cluster at URL: \" + couchbase_cluster_url)\n",
279288
"cluster = Cluster(couchbase_cluster_url, ClusterOptions(auth))\n",
@@ -640,10 +649,23 @@
640649
},
641650
{
642651
"cell_type": "code",
643-
"execution_count": null,
652+
"execution_count": 7,
644653
"id": "ed198f2d",
645654
"metadata": {},
646-
"outputs": [],
655+
"outputs": [
656+
{
657+
"data": {
658+
"text/plain": [
659+
"['7c601881e4bf4c53b5b4c2a25628d904',\n",
660+
" '0442f351aec2415481138315d492ee80',\n",
661+
" 'e20a8dcd8b464e8e819b87c9a0ff05c3']"
662+
]
663+
},
664+
"execution_count": 7,
665+
"metadata": {},
666+
"output_type": "execute_result"
667+
}
668+
],
647669
"source": [
648670
"texts = [\n",
649671
" \"Couchbase Server is a multipurpose, distributed database that fuses the strengths of relational databases such as SQL and ACID transactions with JSON’s versatility, with a foundation that is extremely fast and scalable.\",\n",

0 commit comments

Comments
 (0)