devflowinc / trieve

All-in-one infrastructure for search, recommendations, RAG, and analytics offered via API
https://dashboard.trieve.ai
Other
1.43k stars 122 forks source link

bugfix: /api/analtyics/search sometimes returns: [null, null, null, ...] #2515

Open cdxker opened 12 hours ago

cdxker commented 12 hours ago

Description

image

The call to /api/analytics/search returns results: [null, null, null, ...] need to investigate what is happening here. From the conversation with @densumesh, we suspect that the root cause of the error is serde serialization.

Target(s)

server

Requirement to close

Community channels

Matrix is preferred. Reach out on discord or Matrix for further assistance.

cdxker commented 7 hours ago

Root issue found https://gist.github.com/cdxker/6154de4091a6ec1926dd0ab236de57fb, reproducability steps.