danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
18.08k stars 3.02k forks source link

Enhancement: option to use deta.space (free) for database and deployment #1532

Closed batmanscode closed 9 months ago

batmanscode commented 9 months ago

What features would you like to see added?

  1. Option to use deta instead of MongoDB https://deta.space/docs/en/use/your-data/collections

  2. Deploy on deta https://deta.space/docs/en/learn/what-is-pc

Note: response to a request can't take longer than 10 seconds

More details

https://github.com/deta

Which components are impacted by your request?

General, Other

Pictures

No response

Code of Conduct

danny-avila commented 9 months ago

Hi @batmanscode thanks for checking out the project!

At the moment, integrating another database provider is not a high priority. This would take about a month's work, and I would probably look into postgresql before something else.

Deta looks like it's a wholesale fullstack tool not just exclusive to DB replacement, I will research more about it later.

Note: response to a request can't take longer than 10 seconds

Are you experiencing this anywhere? The only time responses take this long for me is due to the AI service API.

batmanscode commented 9 months ago

Thanks @danny-avila. I'll try to contribute myself when I get some time!

So deta is a full stack thing but it has components. The thing I use most often is their "Base" product which is a noSQL DB. It can optionally be paired with an app and deployed together but can be used on its own too.

And sorry no, I wasn't clear, the 10s thing was for deta. If you make an app on their free tier, any request can only take a maximum of 10s.