Hello everyone, I just started exploring typesense. I'm curious, could be used as a library, embedded within a desktop application, or would it always have to run in a separate process?
f
Fanis Tharropoulos
01/22/2025, 3:57 PM
Hey! Typesense needs to run as a separate process - it can't be embedded directly in desktop apps. You'll need to run it as a server (either locally using the binary itself or a docker image, or remotely using a VPS or Typesense Cloud, our SaaS product) and connect to it through its HTTP API.