So I could find the entities in my neo4j, and I ran response = query_engine.query("Tell me about Interleaf"), but I am getting this:
WARNING:llama_index.indices.knowledge_graph.retrievers:Index was not constructed with embeddings, skipping embedding usage...
Index was not constructed with embeddings, skipping embedding usage...
INFO:llama_index.indices.knowledge_graph.retrievers:> No relationships found, returning nodes found by keywords.
No relationships found, returning nodes found by keywords.
INFO:llama_index.indices.knowledge_graph.retrievers:> No nodes found by keywords, returning empty response.
No nodes found by keywords, returning empty response.