Jordan Christley

Results 8 comments of Jordan Christley

@akobig That actually helped! Now i get to the second problem I have been seeing, which is `No module named 'numpy.core._multiarray_umath'`, which I'm guessing must be due to the version...

@akobig Thank you! That worked! I am very confused why i get 3.8 when i run `python --version` from my env (made with pyenv + virtualenv + pyenv-virtualenv), but `zappa_settings`...

Thanks for the response @ryancausey. I tried a lot of things like changing the limit, or having one lambda triggered by an API call trigger a SECOND lambda (which shouldn't...

Wow this is ridiculous. All of these issues are just people asking questions with no reply from anyone at Meta. It's disrespectful after a certain point. (That point is probably...

I am doing a fresh install of `llama-index` from running `poetry install` in my [chatgpt plugin repo](https://github.com/openai/chatgpt-retrieval-plugin) and it is still telling me ``` ImportError: cannot import name 'BaseLanguageModel' from...

I am using poetry for the dependency management, but can't: 1. find a proper version of the packages that will result in no error being thrown 2. Nor can I...

They may be close to a solution here: ``` pip install langchain==0.0.118 pip install gpt_index==0.4.24 ``` [StackOverflow Here](https://stackoverflow.com/questions/76153016/gpt-chatbot-not-working-after-using-open-ai-imports-and-langchain) I get version conflicts since I'm also using llama-index or something. Or...

I actually had this problem slightly, but did see somewhere that the db names were listed out as simple strings, so "redis" would be suitable. But I do agree it...