Spaces:
Sleeping
Sleeping
Created using Colab
Browse files
notebooks/Metadata_Filtering.ipynb
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"metadata": {
|
5 |
"colab": {
|
6 |
"provenance": [],
|
7 |
-
"authorship_tag": "
|
8 |
"include_colab_link": true
|
9 |
},
|
10 |
"kernelspec": {
|
@@ -840,7 +840,6 @@
|
|
840 |
"cell_type": "code",
|
841 |
"source": [
|
842 |
"import qdrant_client\n",
|
843 |
-
"from llama_index.core import VectorStoreIndex\n",
|
844 |
"from llama_index.vector_stores.qdrant import QdrantVectorStore\n",
|
845 |
"\n",
|
846 |
"qdrant_client = qdrant_client.QdrantClient(location=\":memory:\")\n",
|
|
|
4 |
"metadata": {
|
5 |
"colab": {
|
6 |
"provenance": [],
|
7 |
+
"authorship_tag": "ABX9TyPZ72CXWSfdpg1zYB6i8Csa",
|
8 |
"include_colab_link": true
|
9 |
},
|
10 |
"kernelspec": {
|
|
|
840 |
"cell_type": "code",
|
841 |
"source": [
|
842 |
"import qdrant_client\n",
|
|
|
843 |
"from llama_index.vector_stores.qdrant import QdrantVectorStore\n",
|
844 |
"\n",
|
845 |
"qdrant_client = qdrant_client.QdrantClient(location=\":memory:\")\n",
|