mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix tests
This commit is contained in:
parent
1ac008926b
commit
66bda2ce8a
12 changed files with 24 additions and 10 deletions
|
@ -191,6 +191,7 @@ async fn secrets_are_hidden_in_settings() {
|
|||
"apiKey": "My suXXXXXX...",
|
||||
"dimensions": 4,
|
||||
"documentTemplate": "{% for field in fields %}{% if field.is_searchable and field.value != nil %}{{ field.name }}: {{ field.value }}\n{% endif %}{% endfor %}",
|
||||
"documentTemplateMaxBytes": 400,
|
||||
"url": "https://localhost:7777",
|
||||
"request": "{{text}}",
|
||||
"response": "{{embedding}}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue