You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: unified-search-app/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This sample app is not published to pypi, so you'll need to clone the GraphRAG r
12
12
We recommend always using a virtual environment:
13
13
14
14
-`uv venv --python 3.11`
15
-
-`source ./venv/bin/activate`
15
+
-`source .venv/bin/activate`
16
16
17
17
## Run index
18
18
Use GraphRAG to index your dataset before running Unified Search. We recommend starting with the [Getting Started guide](https://microsoft.github.io/graphrag/get_started/). You need to run GraphRAG indexing with graph embedding umap enabled to use the functionalities of Unified Search.
0 commit comments