Skip to content

[Question]: PropertyGraphIndex如何实现 不需要总结回复 只返回检索出来的数据 #19441

@valueLzy

Description

@valueLzy

Bug Description

retriever = filechat_index.as_retriever(include_text=True)
query_engine = RetrieverQueryEngine.from_args(retriever, streaming=True, response_mode=ResponseMode.TREE_SUMMARIZE)
res = query_engine.query("")
for chunk in res.response_gen:
    print(chunk, end="")

这是我的代码

Version

1

Steps to Reproduce

1

Relevant Logs/Tracbacks

1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriageIssue needs to be triaged/prioritized

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions