I am using entity extractor for my data. I created the vector index and persisted locally. now while querying I am not loading the index from persists directory and not creating the nodes again. Can I find out what entities are retrieved for a particular query while doing so?
Hey not much of help here. But I am trying to do what you are already doing. That is, reading from persistent vector index. I am using TS, and I am a bit lost how do it, I am able to persit and create a local file, but I am not able to read it. Can you share a code snippet? Even if it is in Python?