Hi all,
I am building a knowledge graph manually following the instructions here:
https://docs.llamaindex.ai/en/stable/examples/index_structs/knowledge_graph/KnowledgeGraphDemo.htmlAs you can see in the output, it states the following:
"ERROR:llama_index.indices.knowledge_graph.retrievers:Index was not constructed with embeddings, skipping embedding usage..."
Why is the index constructed without embeddings? If there are no embeddings, how does the query engine retrieve relevant nodes?