t-redactyl / simple-rag-document-qa

A simple RAG application for doing question-answering on a PDF document. Uses the PyCharm documentation as the source document and langchain to build the RAG pipeline.
33 stars 9 forks source link

unable to fetch materials/pycharm-documentation.pdf #3

Closed karolszk closed 2 weeks ago

karolszk commented 2 weeks ago

Hello,

git-lfs fetch returns the following error:

Fetching reference refs/heads/main batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access. error: failed to fetch some objects from 'https://github.com/t-redactyl/simple-rag-document-qa.git/info/lfs'

t-redactyl commented 2 weeks ago

Turns out the issue was that I had exceeded my LFS limit. I've added more to my plan - it should be working now. Thanks very much for raising this!

karolszk commented 2 weeks ago

Thank you. Now it works perfectly.