Skip to content

same query naive query dont have info #138

@vcchain2019

Description

@vcchain2019
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions