infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
17.78k stars 1.81k forks source link

[Question]: Can I download only the basic file, not the model file, and directly connect to openai or other apis? #2295

Open BigworldNebula opened 2 weeks ago

BigworldNebula commented 2 weeks ago

Describe your problem

Can I download only the basic file, not the model file? Directly connect to openai or other apis, so that the amount of downloaded data is much smaller, and then run it in docker?

JinHai-CN commented 2 weeks ago

We're shrinking the RAGFlow docker image size by removing some python modules and the built-in models. This will be done before next release.

BigworldNebula commented 2 weeks ago

We're shrinking the RAGFlow docker image size by removing some python modules and the built-in models. This will be done before next release.

Thanks for your reply and contribution to rag technology. By the way, when is the next release expected to be released and what size will the reduced docker image be?

JinHai-CN commented 2 weeks ago

We're shrinking the RAGFlow docker image size by removing some python modules and the built-in models. This will be done before next release.

Thanks for your reply and contribution to rag technology. By the way, when is the next release expected to be released and what size will the reduced docker image be?

  1. Before Oct.
  2. Still under evaluation.