bbuxton0823
Results
2
issues of
bbuxton0823
I have had this model working and it is great but now im getting different error messages. ValidationError Traceback (most recent call last) Cell In[72], line 2 1 llm =...
Hello! I am receiving this NameError after this line: chain.run(input_documents=docs, question=query) NameError Traceback (most recent call last) Cell In[32], line 1 ----> 1 chain.run(input_documents=docs, question=query) NameError: name 'chain' is not...