Hacker News new | ask | show | jobs
by cetra3 813 days ago
I don't consider this strictly open source if components it depends on (I.e, the LLM) is closed source. I've seen a lot of these Fauxpen source style projects around
2 comments

It only depends on the interface. There's a lot of projects which present the openai interface to whatever you want.
Not quite certain about your meaning. Could you be more specific? RAGFlow does not have its own LLM model or souce code. RAGFlow supports API calling from third-party large language model providers, as well as local deployment of these large models. RAGFlow has open-sourced these two parts of codes already.