graphrag
Browse files- graphrag.py +1 -1
graphrag.py
CHANGED
@@ -15,7 +15,7 @@ from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI
|
|
15 |
# We just need a token with read permissions for this demo
|
16 |
HF_TOKEN= os.environ["HF_TOKEN"]
|
17 |
|
18 |
-
llm = HuggingFaceInferenceAPI(temperature=0, model_name="meta-llama/Llama-3.2-1B")
|
19 |
|
20 |
|
21 |
import networkx as nx
|
|
|
15 |
# We just need a token with read permissions for this demo
|
16 |
HF_TOKEN= os.environ["HF_TOKEN"]
|
17 |
|
18 |
+
llm = HuggingFaceInferenceAPI(temperature=0.2, model_name="meta-llama/Llama-3.2-1B")
|
19 |
|
20 |
|
21 |
import networkx as nx
|