Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Weird behavior on complex Nvidia docs #58

Open
KastanDay opened this issue Aug 21, 2023 · 6 comments
Open

BUG: Weird behavior on complex Nvidia docs #58

KastanDay opened this issue Aug 21, 2023 · 6 comments
Assignees

Comments

@KastanDay
Copy link
Member

KastanDay commented Aug 21, 2023

  1. Created non-existent links
  2. Took a very long time (10s of minutes)

https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html

@KastanDay KastanDay converted this from a draft issue Aug 21, 2023
@jkmin3
Copy link
Member

jkmin3 commented Aug 23, 2023

I believe this is happening because there is just so much content on a single page that it gets stuck on the split and upload part of the process.

@KastanDay
Copy link
Member Author

@jkmin3 Why would it get stuck on the split and upload? We've uploaded entire books no problem... has to be something more??

@KastanDay
Copy link
Member Author

Related to #68

@KastanDay
Copy link
Member Author

Josh says "I believe this is happening because there is just so much content on a single page that it gets stuck on the split and upload part of the process."

@KastanDay KastanDay moved this to 📥 Ready to start in UIUC.chat Development Sep 18, 2023
@KastanDay KastanDay moved this from 📥 Ready to start to 🏗 In progress in UIUC.chat Development Sep 27, 2023
@jkmin3
Copy link
Member

jkmin3 commented Oct 4, 2023

So in line 737:

asyncio.run(oai.process_api_requests_from_file())

This line is what's causing the long process, not too sure what this line does exactly

@KastanDay
Copy link
Member Author

Thanks for noticing this!! i’ll investigate tomorrow

@KastanDay KastanDay moved this from 🏗 In progress to ✅ Done in UIUC.chat Development Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants