feat: add logo-with-text.png (#184)
* feat: alter "RagFlow" to "RAGFlow" * feat: move logo style to style tag * feat: add logo-with-text.png * feat: hide TranslationIcon
This commit is contained in:
@@ -62,7 +62,7 @@ const ConfigurationForm = ({ form }: { form: FormInstance }) => {
|
||||
<Form.Item
|
||||
label="Language"
|
||||
name="language"
|
||||
initialValue={'Chinese'}
|
||||
initialValue={'English'}
|
||||
rules={[{ required: true, message: 'Please input your language!' }]}
|
||||
>
|
||||
<Select placeholder="select your language">
|
||||
|
||||
@@ -81,7 +81,7 @@ export const TextMap = {
|
||||
The résumé comes in a variety of formats, just like a person’s personality, but we often have to organize them into structured data that makes it easy to search.
|
||||
</p><p>
|
||||
Instead of chunking the résumé, we parse the résumé into structured data. As a HR, you can dump all the résumé you have,
|
||||
the you can list all the candidates that match the qualifications just by talk with <i>'RagFlow'</i>.
|
||||
the you can list all the candidates that match the qualifications just by talk with <i>'RAGFlow'</i>.
|
||||
</p>
|
||||
`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user