diff --git a/README.md b/README.md index 57c0192825..47f787333a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Upload documents to a vector store and let agents answer questions grounded in y Sim.ai -### Self-hosted: NPM Package +### Self-hosted: CLI (quick run) ```bash npx simstudio @@ -74,7 +74,7 @@ docker compose -f docker-compose.prod.yml up -d Open [http://localhost:3000](http://localhost:3000) -Sim also supports local models via [Ollama](https://ollama.ai) and [vLLM](https://docs.vllm.ai/) — see the [Docker self-hosting docs](https://docs.sim.ai/self-hosting/docker) for setup details. +Sim also supports local models via [Ollama](https://ollama.com) and [vLLM](https://docs.vllm.ai/) — see the [Docker self-hosting docs](https://docs.sim.ai/self-hosting/docker) for setup details. ### Self-hosted: Manual Setup @@ -145,8 +145,8 @@ See the [environment variables reference](https://docs.sim.ai/self-hosting/envir - **Streaming Markdown**: [Streamdown](https://github.com/vercel/streamdown) - **State Management**: [Zustand](https://zustand-demo.pmnd.rs/), [TanStack Query](https://tanstack.com/query) - **Flow Editor**: [ReactFlow](https://reactflow.dev/) -- **Docs**: [Fumadocs](https://fumadocs.vercel.app/) -- **Monorepo**: [Turborepo](https://turborepo.org/) +- **Docs**: [Fumadocs](https://www.fumadocs.dev/) +- **Monorepo**: [Turborepo](https://turborepo.dev/) - **Realtime**: [Socket.io](https://socket.io/) - **Background Jobs**: [Trigger.dev](https://trigger.dev/) - **Remote Code Execution**: [E2B](https://www.e2b.dev/)