ragflow/rag
cutiechi 6aa0b0819d
Fix: unify opendal config key from ‎schema to ‎scheme (#8232)
### What problem does this PR solve?

This PR resolves the inconsistency in the opendal configuration where
both ‎`schema` and ‎`scheme` were used as keys. The code and
configuration file now consistently use ‎`scheme`, which helps prevent
configuration errors and runtime issues. This change improves code
clarity and maintainability.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

### Additional context
- Updated both ‎`conf/service_conf.yaml` and
‎`rag/utils/opendal_conn.py` to use ‎`scheme` instead of ‎`schema`
- No breaking changes to other configuration fields
2025-06-13 14:56:51 +08:00
..
app Display only the duplicate column names and corresponding original source. (#8138) 2025-06-10 10:16:38 +08:00
llm Refa: make exception more clear. (#8224) 2025-06-12 17:53:59 +08:00
nlp fix(search.py):remove hard page_size (#8242) 2025-06-13 14:56:25 +08:00
res Update synonym dictionary file (#7997) 2025-06-03 09:41:53 +08:00
svr Refa: GraphRAG and explaining GraphRAG stalling behavior on large files (#8223) 2025-06-12 19:09:50 +08:00
utils Fix: unify opendal config key from ‎schema to ‎scheme (#8232) 2025-06-13 14:56:51 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
benchmark.py Refactor embedding batch_size (#3825) 2024-12-03 16:22:39 +08:00
prompts.py Refa: chat with tools. (#8210) 2025-06-12 12:31:10 +08:00
raptor.py Fix task_limiter in raptor.py (#8124) 2025-06-09 10:18:03 +08:00
settings.py set PARALLEL_DEVICES default value= 0 (#7935) 2025-05-29 13:32:16 +08:00