makrdevM
Convex Community3mo ago
1 reply
makrdev

Rag Search Return Value Error

Error
Uncaught Error: ReturnsValidationError: Value does not match validator.
Path: .results[0].score
Value: null
Validator: v.float64()

at async search [as search] (../../../../nodemodules/.pnpm/@convex-dev+rag@0.5.4@convex-dev+workpool@0.2.18convex-helpers@0.1.104@standard-schema+spe_bxspyhahbywjwdmmps3dsnvu2y/node_modules/@convex-dev/rag/src/client/index.ts:410:8)
at async handler (../../convex/components/rag.ts:427:3)

I got this error when I use search method from rag instance.
Was this page helpful?