Hi, I have been using llamaindex for long time now. My code was working well and after updating llamaindex and openai, the same code have stopped working. I have fixed most of it by updating the code. But now when I am using vector store index as chat engine or query engine then I am getting unsupported protocol error : request url is missing. It works fine if I use vector store index as retriever. Can anyone help me fix this as I need it urgently. Thanks
Have resolved the error but I am getting issue while using sub questions query engine, now the error is VectorIndexRetreiver object has no attribute query
No I am using sub questions query engine which is failing internally. I have used retriever.asQueryEngine() which is working when used directly but not through sub question query engine
For some reason, Your retriever object is being passed and being used to do .query() whereas based on the requirement it should be a QueryEngine object.