Browse Source

fix: fix missing oceanbase config enable_hybrid_search init (#16852)

Co-authored-by: 李远军 <4842@9ji.com>
tags/1.2.0
yourchanges 7 months ago
parent
commit
59a86dabee
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      api/core/rag/datasource/vdb/oceanbase/oceanbase_vector.py

+ 1
- 0
api/core/rag/datasource/vdb/oceanbase/oceanbase_vector.py View File

@@ -296,5 +296,6 @@ class OceanBaseVectorFactory(AbstractVectorFactory):
user=dify_config.OCEANBASE_VECTOR_USER or "",
password=(dify_config.OCEANBASE_VECTOR_PASSWORD or ""),
database=dify_config.OCEANBASE_VECTOR_DATABASE or "",
enable_hybrid_search=dify_config.OCEANBASE_ENABLE_HYBRID_SEARCH or False,
),
)

Loading…
Cancel
Save