### 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| azure_sas_conn.py | ||
| azure_spn_conn.py | ||
| doc_store_conn.py | ||
| es_conn.py | ||
| infinity_conn.py | ||
| minio_conn.py | ||
| opendal_conn.py | ||
| opensearch_coon.py | ||
| oss_conn.py | ||
| redis_conn.py | ||
| s3_conn.py | ||
| storage_factory.py | ||
| tavily_conn.py | ||