5551822
1
2
3
4
5
6
7
8
9
from dataclasses import dataclass @dataclass class ContentEmbedderConfig: file_path: str vector_store_path: str file_types: str = "pdf"