Hi
I have an issue with versions.
I have created vector store, doc store, index store from the version llama_index==0.6.0.
I am able to query the index and get the response.
But If I upgrade the llama_index==0.6.13.
I am getting the following error.
RetryError[<Future at 0x14b9ec7f0 state=finished raised InvalidRequestError>]. (With gpt3.5)
RetryError[<Future at 0x14b9ec0a0 state=finished raised InvalidRequestError>] (<Future at 0x14b9ec0a0 state=finished raised InvalidRequestError>,). (With text-davinci-003)
Do I need to re-create indexes ?
Add a reply
Sign up and join the conversation on Discord