When the graph has any embedding stored, there exist a possibility that those embeddings will be returned via cypher query. As they are quite long, it is most likely they will cause the llm to raise token limit error. They are essentially informationally worthless, so it makes sense so remove them from database outputs. We did this in langchain, llamaindex, labs mcp, and elsewhere