av / harbor

Effortlessly run LLM backends, APIs, frontends, and services with one command.
https://github.com/av/harbor
Apache License 2.0
1.6k stars 107 forks source link

[Request] LobeChat » Deploying Server Database Version #118

Open jschmdt opened 2 months ago

jschmdt commented 2 months ago

Enhance LobeChat with DB functionality

💡Idea / Background

I love LobeChat's modern UI, but unfortunately the chats aren't permanently stored in a database. Looking for a Docker-friendly solution, I found a compose-setup from the LobeChat developers themselves: LobeChat Server DB with Docker Compose Furthermore, with the added integrated data storage, LobeChats' feature set is expanded with Knowledge Base (file upload / knowledge management / RAG) functionalities.

🤔 Request

Would it be possible to integrate the LobeChat Server DB-variant with the above setup inside of Harbor?

🔗 Useful links

Deploy LobeChat Server Database Version with Docker Compose

av commented 2 months ago

Thanks for another beautifully prepared report!

I made an attempt to integrate with their more complete compose setup, however it comes not only with the DB, but also with Minio and Casdoor/Logto for Auth, unfortunately their sample doesn't translate to Harbor's setup 1:1 and requires additional debugging

I'll be able to return to this a bit later in the future