mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 13:21:18 +00:00
Fix type of use_xmp_metadata to be bool, rather than str
This commit is contained in:
@@ -20,7 +20,7 @@ class TextContentConfig(ConfigBase):
|
||||
embeddings_file: Optional[Path]
|
||||
|
||||
class ImageContentConfig(ConfigBase):
|
||||
use_xmp_metadata: Optional[str]
|
||||
use_xmp_metadata: Optional[bool]
|
||||
batch_size: Optional[int]
|
||||
input_directory: Optional[Path]
|
||||
input_filter: Optional[str]
|
||||
|
||||
Reference in New Issue
Block a user