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": {
|
@@ -843,7 +843,9 @@
|
|
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:\")"
|
|
|
|
|
847 |
],
|
848 |
"metadata": {
|
849 |
"id": "aNY6mrk6BF7V"
|
|
|
4 |
"metadata": {
|
5 |
"colab": {
|
6 |
"provenance": [],
|
7 |
+
"authorship_tag": "ABX9TyPav86GmhzskFQoI/ud+lCz",
|
8 |
"include_colab_link": true
|
9 |
},
|
10 |
"kernelspec": {
|
|
|
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",
|
847 |
+
"# or\n",
|
848 |
+
"# client = QdrantClient(path=\"path/to/db\") # Persists changes to disk"
|
849 |
],
|
850 |
"metadata": {
|
851 |
"id": "aNY6mrk6BF7V"
|