mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 01:25:52 +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(
|
language = CharField(
|
||||||
max_length=32,
|
max_length=32,
|
||||||
null=True,
|
null=True,
|
||||||
default="Chinese",
|
default="English",
|
||||||
help_text="English|Chinese")
|
help_text="English|Chinese")
|
||||||
description = TextField(null=True, help_text="KB description")
|
description = TextField(null=True, help_text="KB description")
|
||||||
embd_id = CharField(
|
embd_id = CharField(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user