GPTSimpleVectorIndex.load_from_disk('/tmp/index.json')
, and i found there are several embedding requests to openai which are supposed not to send, right? could someone help to explain, thanks very muchindex.query("What did the author do growing up?")
? which i though it queries from local vector indeximport logging import sys logging.basicConfig(stream=sys.stdout, level=logging.DEBUG) logging.getLogger().addHandler(logging.StreamHandler(stream=sys.stdout))
index.query("What did the author do growing up?")