Paul Eden
Paul Eden
It would be nice to be able to specify an environment context value without using parameters in cases where they're not needed.
Thank you, @jerryjliu. I made that change `index = GPTSimpleVectorIndex(documents, chunk_size_limit=512)` and got the following error. PS C:\Users\paul.eden\Code\llm-emails> python .\emailchat.py Traceback (most recent call last): File "C:\Users\paul.eden\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\tenacity\__init__.py", line 409, in...
> i had the same problem i fixed with [#10 (comment)](https://github.com/PromtEngineer/localGPT/issues/10#issuecomment-1567481140) That fixed it for me as well. Thank you!