We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d402dba commit ee343e8Copy full SHA for ee343e8
autointent/modules/embedding/_retrieval.py
@@ -460,7 +460,7 @@ def dump(self, path: str) -> None:
460
self.metadata = VectorDBMetadata(
461
batch_size=self.batch_size,
462
max_length=self.max_length,
463
- db_dir=self.db_dir,
+ db_dir=str(self.db_dir),
464
)
465
466
dump_dir = Path(path)
0 commit comments