mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Update unit tests to use the new BaseModel types
This commit is contained in:
@@ -27,7 +27,7 @@ class TextSearchConfigModel(ConfigBaseModel):
|
||||
class ImageSearchConfigModel(ConfigBaseModel):
|
||||
use_xmp_metadata: Optional[str]
|
||||
batch_size: Optional[int]
|
||||
input_directory: Optional[List[str]]
|
||||
input_directory: Optional[Path]
|
||||
input_filter: Optional[str]
|
||||
embeddings_file: Optional[Path]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user