fix: add missing embeddings folder paths in settings example

This commit is contained in:
Will Miao
2025-08-11 07:05:58 +08:00
parent 3a92e8eaf9
commit 65a1aa7ca2

View File

@@ -9,6 +9,10 @@
"checkpoints": [
"C:/path/to/your/checkpoints_folder",
"C:/path/to/another/checkpoints_folder"
],
"embeddings": [
"C:/path/to/your/embeddings_folder",
"C:/path/to/another/embeddings_folder"
]
}
}