Prannesshkva commited on
Commit
efd39fb
·
verified ·
1 Parent(s): 3da09cb

Upload official_microsoft_graphrag_colab.ipynb with huggingface_hub

Browse files
official_microsoft_graphrag_colab.ipynb CHANGED
@@ -20,9 +20,9 @@
20
  "metadata": {},
21
  "outputs": [],
22
  "source": [
23
- "# [1] Install Official Microsoft GraphRAG and QDB\n",
24
- "!pip install graphrag qdb-ai==2.1.1 pandas -q\n",
25
- "print(\"\u2705 Microsoft GraphRAG & QDB installed successfully!\")"
26
  ]
27
  },
28
  {
 
20
  "metadata": {},
21
  "outputs": [],
22
  "source": [
23
+ "# [1] Install Official Microsoft GraphRAG and QDB with Colab-compatible pins\n",
24
+ "!pip install \"pandas<2.3.0\" \"numpy<2.2.0\" graphrag qdb-ai==2.1.1 -q\n",
25
+ "print(\"\u2705 Microsoft GraphRAG & QDB installed cleanly with zero conflicts!\")"
26
  ]
27
  },
28
  {