Find answers from the community

Updated 2 years ago

Hi

At a glance
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 ?
L
k
2 comments
Hmmm... that sounds like network issues to me (likely with OpenAI?) If you try again now, it might be working?

If not, maybe as a quick test, try creating a small dummy index first with a small document, and see if that works
Hi Thanks Logan,
It's resolved, It's because I did not pass llmPredictor, embed model to service Context.
Add a reply
Sign up and join the conversation on Discord