kevintsai / Building-and-Evaluating-Advanced-RAG-Applications

Jupyter notebooks for course Building and Evaluating Advanced RAG Applications, taught by Jerry Liu (Co-founder and CEO of LlamaIndex) and Anupam Datta (Co-founder and chief scientist of TruEra).
https://www.deeplearning.ai/short-courses/building-evaluating-advanced-rag/
38 stars 14 forks source link

incomplete - need requirements.txt (what are dependencies?!) #1

Open elasticdotventures opened 9 months ago

elasticdotventures commented 9 months ago

Hi,

I've quite enjoyed the course so far. all these notebooks seem to assume certain things, there are no %pip install or requirements.txt files

On the deeplearning.ai I can't upload my own PDF's I'm not sure what is utils or where I would get the utils.get_openai_api_key()

So while the github repo is great to have the code, I'm still a bit unsure where/how to run this on my own server with my own keys and pdfs.

Thanks!

fungsiuha commented 5 months ago

See here for full code https://s172-31-14-245p37370.lab-aws-production.deeplearning.ai/tree As for requirements, I think pip install along the way should suffice. That's what I did and it got me through this course.

Sims2k commented 4 months ago

Hey, I participated in the course but there are no requirements.txt files provided. I would be incredibly happy if someone could provide it. @fungsiuha I don't have access to the link (https://s172-31-14-245p37370.lab-aws-production.deeplearning.ai/tree)