fix(node): use node subprocess explicitly (#2391)

* fix(node): use node subprocess explicitly

* add explicit documentation

* fixed build
This commit is contained in:
Waleed
2025-12-15 18:18:26 -08:00
committed by GitHub
parent 57e6a0b621
commit a5b7148375
2 changed files with 68 additions and 43 deletions

View File

@@ -130,6 +130,7 @@ When running with Docker, use `host.docker.internal` if vLLM is on your host mac
**Requirements:**
- [Bun](https://bun.sh/) runtime
- [Node.js](https://nodejs.org/) v20+ (required for sandboxed code execution)
- PostgreSQL 12+ with [pgvector extension](https://github.com/pgvector/pgvector) (required for AI embeddings)
**Note:** Sim uses vector embeddings for AI features like knowledge bases and semantic search, which requires the `pgvector` PostgreSQL extension.