GPTKnowledgeGraphIndex
? i.e. manually construct GPTKnowledgeGraphIndex
. GPTKnowledgeGraphIndex.from_documents()
, but I wonder is it necessary to construct it only by specifying index_struct
, in that case there will be no docstore
, will it impact the result of index.query()
?