Cinnamon / kotaemon

An open-source RAG-based tool for chatting with your documents.
https://cinnamon.github.io/kotaemon/
Apache License 2.0
17.56k stars 1.36k forks source link

[REQUEST] Is Kotaemon only suitable for individual users and developers, not for enterprises? #459

Open QuangTQV opened 3 weeks ago

QuangTQV commented 3 weeks ago

Reference Issues

No response

Summary

Is Kotaemon intended solely for end-users and individual developers? It seems unsuitable for enterprise use, as creating APIs based on its code logic takes more time than building from scratch.

Basic Example

Example: To build an app that can be widely deployed for end-users, APIs are needed for functionalities like user management, indexing, retrieval, chat QA, conversation renaming, etc.

Drawbacks

None

Additional information

No response

phv2312 commented 3 weeks ago

I believe the API-related tasks are in the roadmap of the team. But it's not high priority

QuangTQV commented 3 weeks ago

I believe the API-related tasks are in the roadmap of the team. But it's not high priority

Things would be easier if we didn’t rely so heavily on Llama Index. There are too many layers of abstraction, making it very difficult to customize, especially the database abstraction layers.