I am working through the code shown in this short course:
LangChain: Chat with Your Data
I thought there might be a github repo with the Jupyter notebooks from the course, so I looked.
I did find a few but I’m running into Python library dependency issues.
Unfortunately none of the repos I’ve found have Docker files or Pipfiles or requirements.txt with locked version number - any of which would be lovely.
my question is: has anyone reproduced the results shown in that short course? if so, could they please share a “pip freeze”?
Any ideas how to overcome in L7 of this course the error listed below? Thanks
cell5:
question = "What are major topics for this class?"
docs = vectordb.similarity_search(question,k=3)
len(docs)
Retrying langchain.embeddings.openai.embed_with_retry.<locals>._embed_with_retry in 4.0 seconds as it raised RateLimitError: exceeded quota for this month.
Retrying langchain.embeddings.openai.embed_with_retry.<locals>._embed_with_retry in 4.0 seconds as it raised RateLimitError: exceeded quota for this month.
Retrying langchain.embeddings.openai.embed_with_retry.<locals>._embed_with_retry in 4.0 seconds as it raised RateLimitError: exceeded quota for this month.
Retrying langchain.embeddings.openai.embed_with_retry.<locals>._embed_with_retry in 8.0 seconds as it raised RateLimitError: exceeded quota for this month.