mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-11 04:08:57 +08:00
change defualt language to English (#185)
This commit is contained in:
parent
2772af1b61
commit
0a9f589f9b
@ -578,7 +578,7 @@ class Knowledgebase(DataBaseModel):
|
||||
language = CharField(
|
||||
max_length=32,
|
||||
null=True,
|
||||
default="Chinese",
|
||||
default="English",
|
||||
help_text="English|Chinese")
|
||||
description = TextField(null=True, help_text="KB description")
|
||||
embd_id = CharField(
|
||||
|
Loading…
x
Reference in New Issue
Block a user