Hi, everyone. I am completely new to both programming and ... You know.
I run everything in colab. What I've done:
- Connected via API to OpenAI, model GPT-4
- I indexed two OpenAIEmbedding documents.
- I ask questions on these documents, but the answer to my request goes either very long or does not come at all (more than 5 minutes).
It worked faster on a smaller index.
Can you tell me how I can debug this story, I can't find in the documentation how to output logs to see where my process is slowing down.
Thanks for any help you can give me.