You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at all 3 versions of the llama rag videos. I went to github and made a copy of the adaptive rag code. When I ran it, I got this warning:
GetPassWarning: Can not control echo on the terminal.
passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
.env:
I'm the only one working on this, so I don't care. The problem is, how do I move from this point? The script is still running. Nothing has crashed, how do I move forward?
I tried catching the warning, but then I got:
TypeError: catching classes that do not inherit from BaseException is not allowed
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I looked at all 3 versions of the llama rag videos. I went to github and made a copy of the adaptive rag code. When I ran it, I got this warning:
I'm the only one working on this, so I don't care. The problem is, how do I move from this point? The script is still running. Nothing has crashed, how do I move forward?
I tried catching the warning, but then I got:
TypeError: catching classes that do not inherit from BaseException is not allowed
Beta Was this translation helpful? Give feedback.
All reactions