datawench
datawench
Any thoughts on when this might become current? I happen to have a project that has a nonstandard self-hosted path (it's like `gitlab.myproject.com/gitlab`), and it's taken me a while to...
Ah. Interesting. Thanks.
FYI, I'm also seeing this issue, though it seems to have an inconsistent behavior. The first time I tried, it stopped after running a very limited subset of the content,...
Ah. I see that in fact this plugin is not currently set up to scan anything but Posts, Pages, Products, Comments, as can be seen in `includes/knowledge-navigator/chatbot-kn-acquire-controller.php` at `chatbot_kn_count_documents()` and...
In my case this exact issue occurs when `VectorStoresFiles::create()` is returning "error code: 502" which is then passed as the argument to `VectorStoreFileResponse::from()`. I'm trying to try/catch these errors by...
I've edited the title, because I've tracked this down a little and I think it's an issue. If I understand correctly, the "down arrow" on the popup image viewer uses...
Won't this require upstream refactoring, since `VectorStoresFiles::create()` still doesn't catch or throw anything?