Open
Description
LocalAI backends are just gRPC
servers satisfying an interface. Indeed it is possible to also start external gRPC
servers and attach them to a LocalAI instance as explained here: https://localai.io/advanced/index.html#connect-external-backends, however, we miss documents on how to build such a backend from scratch and an e2e guide on how to connect those to LocalAI.