From f6552d5485af8c5bcfad44a03c70064db76eb8a5 Mon Sep 17 00:00:00 2001 From: YanivHyper-Space <124336435+YanivHyper-Space@users.noreply.github.com> Date: Mon, 22 Apr 2024 05:54:21 +0300 Subject: [PATCH] Update advec_demo.ipynb --- DataSets/AdVec/advec_demo.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataSets/AdVec/advec_demo.ipynb b/DataSets/AdVec/advec_demo.ipynb index 7aed8e9..509c6c5 100644 --- a/DataSets/AdVec/advec_demo.ipynb +++ b/DataSets/AdVec/advec_demo.ipynb @@ -242,7 +242,7 @@ }, "source": [ "## 4. Create Collection\n", - "The Hyerspace engine stroes data in Collections, where each collecction commonly hosts data of similar context, etc. Each search is then perfomed within a collection. We create a collection using the command \"**create_collection**(schema_filename, collection_name)\"." + "The Hyerspace engine stroes data in Collections, where each collection commonly hosts data of similar context, etc. Each search is then perfomed within a collection. We create a collection using the command \"**create_collection**(schema_filename, collection_name)\"." ], "id": "7RTDkUsr3ead" },