Skip to content

Commit f86942c

Browse files
committed
minor typo update
1 parent 166b8e7 commit f86942c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unified-search-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This sample app is not published to pypi, so you'll need to clone the GraphRAG r
1212
We recommend always using a virtual environment:
1313

1414
- `uv venv --python 3.11`
15-
- `source ./venv/bin/activate`
15+
- `source .venv/bin/activate`
1616

1717
## Run index
1818
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

Comments
 (0)