소스 검색

fix KB config reload bug (#213)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.1.0
KevinHuSh 1 년 전
부모
커밋
080cbd96e8
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      api/db/services/knowledgebase_service.py

+ 1
- 1
api/db/services/knowledgebase_service.py 파일 보기

@@ -45,7 +45,7 @@ class KnowledgebaseService(CommonService):
fields = [
cls.model.id,
#Tenant.embd_id,
cls.embd_id,
cls.model.embd_id,
cls.model.avatar,
cls.model.name,
cls.model.language,

Loading…
취소
저장