Closed Tomolasthill closed 1 year ago
Create a new conda env and reinstall dependencies. System Python installs are not recommended, they are hard to diagnose.
Removing and reinstalling the entire conda environment from the beginning worked for me.
Removing and reinstalling the entire conda environment from the beginning worked for me.
But it didn't work for me, sadly. Can you share the process please? The version of python, the version of libraries, the contents of your requirements.txt and requirements-complete.txt?
Create a new conda env and reinstall dependencies. System Python installs are not recommended, they are hard to diagnose.
I see.. Though, I'd rather not install Conda atm. I'll do it later if the issue doesn't 'magically' resolve itself after a while. For now I've 'fixed' the issue by just reverting to a previous state with git checkout
Create a new conda env and reinstall dependencies. System Python installs are not recommended, they are hard to diagnose.
I've tried everything and am currently following the new install guide with conda on Arch Linux and I currently get this error constantly with nothing actually being stored. I've deleted the conda environment multiple times having it always giving me a similar error.
Queried empty/missing collection for 'CharacterHere - 2023-8-8 @10h 08m 04s 142ms'.
127.0.0.1 - - [08/Aug/2023 04:02:27] "POST /api/chromadb/query HTTP/1.1" 200 -
@Sanicoke collection only populates when the chat crosses a specific threshold. Please, screenshot your extension settings. And let me know how long is your chat.
Create a new conda env and reinstall dependencies. System Python installs are not recommended, they are hard to diagnose.
I've tried everything and am currently following the new install guide with conda on Arch Linux and I currently get this error constantly with nothing actually being stored. I've deleted the conda environment multiple times having it always giving me a similar error.
Queried empty/missing collection for 'CharacterHere - 2023-8-8 @10h 08m 04s 142ms'. 127.0.0.1 - - [08/Aug/2023 04:02:27] "POST /api/chromadb/query HTTP/1.1" 200 -
same here
Cleaning up ChromaDB issues into one: https://github.com/SillyTavern/SillyTavern-Extras/issues/110
Yes, I've seen there are two other open issues. Posting a new one here to bring more transparency to it and to provide information. I don't know when it broke, as I have auto-connect for Extra API. But today I noticed it was broken and has probably been for some time.
When trying to start SillyTavern Extra, it gave the following error when initializing ChromaDB:
I checked here and saw someone having same issue and had it fixed by upgrading it:
However, this didn't help. It did, however, give me a new error message log:
PersistentClient is still.. Persistent issue. But I now have more errors. I tried to just re-install the requirement for SillyTavern Extra
pip install -r requirements-complete.txt
and I uninstalled chromaDB and reinstalled it:I still have the same issue and can't use chromadb (main reason I use Extras).. Hope this is an ChromaDB issue with Extras, and not a python dependencies issue and/or is difficult to solve.
Anyhow, heading to bed. May not reply for a while.