nicknochnack / Llama2RAG

A working example of RAG using LLama 2 70b and Llama Index
352 stars 110 forks source link

Add requirements.txt file #5

Open AhmadHakami opened 11 months ago

AhmadHakami commented 11 months ago

This repository is excellent and helpful and I appreciate your sharing it

I would like to suggest that you add all of the packages with versions required to run your repository to a requirements.txt file. This would make it easier for others to use your repository in their own environments as they would only need to run pip install -r requirements.txt to install all of the necessary dependencies

Thank you

leketong777 commented 3 months ago

Do you know what versions of packages are in the environment? Could you tell me, please? Thank you so much!