Hi Logan, I built a neo4j graph database separately from using the KnowledgeGraphIndex so I inserted all the cypher on my own. Now I want to use a SubQuestionQueryEngine to merge a VectorStoreIndex and my graph store, but the documentation says I have to pass query engines. But as far as I understand it, I need to use the KnowledgeGraphRAGRetriever to access my graph database. Can I use a retriever as a tool for SubQuestionQueryEngine? If I need to pass a query engine, is there an easy way I can use my existing graph data to populate an Index? PS. I know you're refactoring the knowledge graph stuff so can wait until that is released. Thanks kindly!
Can we use the TokenCountingHandler class with the KnowledgeGraphRAGRetriever? I tried to implement it and got an error back: WARNING Error in retrieving from nl2graphquery: 'CompletionUsage' object has retrievers.py:790
no attribute 'get'
hahaha. up until now i haven't been paying that much attention to tokens but I need to at least put an estimate to various costs to run this thing π