79627855

Date: 2025-05-18 21:26:28
Score: 1.5
Natty:
Report link

For me I used a CommonJS project which is not supported with llamaindex if you use the Stateful Middleware new stuff.

What I did is to switch the package.json to ES modules in Node.js:

"type": "module"

And in the typescript update the other tsconfig.json.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Roy Ganor