mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-07 03:35:24 +00:00
fix(typesense): no sort for tags
This commit is contained in:
parent
420d972513
commit
4b9b2ce8e1
@ -39,8 +39,7 @@ schema = {
|
||||
"type": "string[]",
|
||||
"facet": True,
|
||||
"optional": True,
|
||||
"locale": "zh",
|
||||
"sort": True
|
||||
"locale": "zh"
|
||||
},
|
||||
{
|
||||
"name": "metadata_entries",
|
||||
@ -55,9 +54,9 @@ schema = {
|
||||
"embed": {
|
||||
"from": ["filepath", "filename", "metadata_text"],
|
||||
"model_config": {
|
||||
"model_name": "openai/bge-m3",
|
||||
"model_name": "openai/shaw/dmeta-embedding-zh",
|
||||
"api_key": "xxx",
|
||||
"url": "http://host.docker.internal:11434"
|
||||
"url": "http://localhost:11434"
|
||||
}
|
||||
},
|
||||
"optional": True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user