-
Notifications
You must be signed in to change notification settings - Fork 344
Open
Description
grag = GraphRAG(working_dir="./nano_graphrag",
enable_naive_rag=True,
best_model_func=gpt_4o_mini_complete)
- run local mode
# Query
print(grag.query(
"NVO",
param=QueryParam(mode="local")
))
## Overview of Novo Nordisk (NVO)
Novo Nordisk is a prominent global healthcare company primarily recognized for its leadership in diabetes care and the treatment of chronic diseases, particularly obesity. The company has made substantial investments in research and developments that have positioned it as a frontrunner in innovative diabetes and obesity therapies, including medications such as Semaglutide, Ozempic®, and Wegovy®. These products not only exemplify therapeutic advancements but also have significantly impacted the quality of life for individuals with these conditions.
### Financial Commitment and Growth
...
- but
naive
dont have info
# Query
print(grag.query(
"NVO",
param=QueryParam(mode="naive")
))
Sorry, I'm not able to provide an answer to that question.
Metadata
Metadata
Assignees
Labels
No labels