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
Set up a simple RAG Pipeline using weaviate. I'm using the exact weaviate search filter in the docs:
Used to work on v2 of Flowise, but now I'm getting this error every time with this simple search filter:
2025-09-27 06:20:41 [INFO]: ⬆️ POST /api/v1/internal-prediction/c6d41efe-a2a6-4428-8338-dd6f3f2ebe15
Error parsing JSON: SyntaxError [Error]: Unexpected token 'I', "Internal S"... is not valid JSON
at JSON.parse (<anonymous>)
at Proxy.<anonymous> (/home/gene/aaprint/Flowise/packages/components/dist/src:38:39)
at VM2 Wrapper.apply (/home/gene/aaprint/Flowise/node_modules/.pnpm/@flowiseai+nodevm@3.9.25/node_modules/@flowiseai/nodevm/lib/bridge.js:490:11)
at IncomingMessage.emit (node:events:536:35)
at IncomingMessage.emit (node:domain:489:12)
at endReadableNT (node:internal/streams/readable:1698:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)**
I tried to debug the issue and found the following in the debug log:
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Set up a simple RAG Pipeline using weaviate. I'm using the exact weaviate search filter in the docs:

Used to work on v2 of Flowise, but now I'm getting this error every time with this simple search filter:
I tried to debug the issue and found the following in the debug log:
Anytime I add a search filter to weaviate, I get this:

I am on the latest flowise 3.0.7 and i've even tried the latest github version. Both are failing.
Beta Was this translation helpful? Give feedback.
All reactions