Web Dev Person / Ex Performance ECU Calibrations Person

  • 1 Post
  • 5 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle
  • That seems like a pretty naive and biased approach to software to me honestly.

    Ease of use, community support, feature set, CI/CD etc…all should come into play when deciding what to use.

    Freedom at all costs is great until you limit the community development and potential user base by 90% by using a completely open repo service that 5% of the population uses or some small discord alternative.

    So then the option is to host on multiple platforms/communities and the management and time investment goes up keeping them in sync and active.

    As with most things in life, it’s best to look at things with nuance rather than a hard stance imo.

    I may stand it up on another service at some point, but also anyone else is totally free to do that as well. There are no restrictions.




  • Thanks!

    Unfortunately currently there isn’t a true RAG implementation largely due to the fact that this site/app is fully self contained with no additional servers or database etc…which is typically required for RAG.

    For now file uploads are stored in the browser’s own local database and the content can be extracted and added to the current conversation context easily.

    I definitely want to add a more full RAG system but it’s a process to say the least, and if I implement it I want it to be quite effective. My experience with RAG generally has left me quite unimpressed with a few quite decent implementations being the exception.