Rohit Ghumare

Results 224 comments of Rohit Ghumare

Any update on our blog? https://github.com/cncf/tag-env-sustainability/issues/567

Agreed — this would simplify both providers and reduce the surface area for embedding-vs-chat config divergence. Happy to take a PR. **Suggested shape** (open to alternatives): `src/providers/openai.ts` exports a single...

Picking this up after #240 lands. State of the world: - **#185** (your original) closed and superseded by **#240** (OpenAI-compatible LLM provider via raw fetch — covers OpenAI / DeepSeek...

We might integrate this one: https://github.com/iii-hq/workers/tree/main/iii-database

For integrating database worker, we need to migrate entire iii version to 0.11.7 or more. So, we should wait.

Shipped in v0.9.19 via #463 — https://github.com/rohitg00/agentmemory/releases/tag/v0.9.19 Thanks @Tanmay-008 for the benchmark — the O(V·E) + `Array.shift()` profile was the real win on top of the weight-aware semantics.

Thanks @Tanmay-008 — exposing viewerPort + viewerSkipped on /livez is a clean way to make the splash truthful. Merged. Closes #521.

Thanks for the careful benchmark — the event-loop starvation profile is real and reproducible. A few directions before committing to worker_threads + SharedArrayBuffer (which is the right end-state for very...

Yes — go ahead. The 200ms→20-40ms result you got with sqlite-vec is exactly the kind of step-change that justifies skipping option (2) and (3) entirely for the current workload. Couple...