dosubot[bot]
dosubot[bot]
Hello @lska367! I'm [Dosu](https://dosu.dev), a bot here to help you with bugs, questions, and becoming a contributor. I'm ready to assist you while you wait for a human maintainer. Let's...
Hi @ms3rgio! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the cloudnative-pg team. You are correct—CloudNativePG does not currently treat HTTP 409 Conflict errors from the OCI Block Volume CSI driver (with messages...
When you upload a document using the RAGFlow Python API, the document's "name" field is automatically set to the filename you upload (for example, "mydoc.pdf") [see source](https://github.com/infiniflow/ragflow/blob/885eb2eab96a6dbec898f12f9e2daa47335261be/api/db/services/file_service.py#L403-L488). You can retrieve...
Hi @raminmardani! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the ragflow team. This is expected behavior in RAGFlow. The first request with a new session initializes the agent and always returns the...
Hi @cagan123-alt! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the pdfme team. You're right—right now, the instructional text `'Add text here using {} for variables '` is hardcoded in the codebase and...
Hi, @realtebo. I'm [Dosu](https://dosu.dev), and I'm helping the Zod team manage their backlog. I'm marking this issue as stale. **Issue Summary** - You reported an issue with a Zod schema...
Hey @dheechu! I'm here to help you with any bugs, questions, or contributions. Let's take a look at the issue you've raised and see how we can resolve it together....
The error you're seeing (`Unregistered SAT variable name: conda-forge/noarch::espnet-202301-pyhd8ed1ab_0`) happens because ESPnet is not meant to be installed as a Conda package—there is no official `espnet` package on conda-forge, and...
ESPnet's official installation scripts use both conda and pip: conda installs system-level tools (like ffmpeg, sox, flac, cmake, etc.), while pip installs Python packages, including ESPnet itself. This hybrid approach...
To retrieve both English and Chinese documents using a Chinese query in RAGFlow, you need to use a multilingual embedding model (such as BAAI/BGE-m3, Qwen/text-embedding-v4, Cohere embed-multilingual, Voyage voyage-multilingual, or...