AlaFalaki commited on
Commit
72c05e9
β€’
1 Parent(s): 2a8e4c7

Created using Colab

Browse files
Files changed (1) hide show
  1. notebooks/Metadata_Filtering.ipynb +3 -3
notebooks/Metadata_Filtering.ipynb CHANGED
@@ -4,7 +4,7 @@
4
  "metadata": {
5
  "colab": {
6
  "provenance": [],
7
- "authorship_tag": "ABX9TyPav86GmhzskFQoI/ud+lCz",
8
  "include_colab_link": true
9
  },
10
  "kernelspec": {
@@ -844,8 +844,8 @@
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"
 
4
  "metadata": {
5
  "colab": {
6
  "provenance": [],
7
+ "authorship_tag": "ABX9TyM75QwQtekrC/orZnZI4IR5",
8
  "include_colab_link": true
9
  },
10
  "kernelspec": {
 
844
  "from llama_index.vector_stores.qdrant import QdrantVectorStore\n",
845
  "\n",
846
  "qdrant_client = qdrant_client.QdrantClient(location=\":memory:\")\n",
847
+ "# or Persist storage on disk\n",
848
+ "# qdrant_client = QdrantClient(path=\"path/to/db\")"
849
  ],
850
  "metadata": {
851
  "id": "aNY6mrk6BF7V"