configurable directory
This commit is contained in:
@@ -3,3 +3,7 @@ from __future__ import annotations
|
||||
|
||||
class UnsupportedTextFileError(Exception):
|
||||
"""Raised when a file does not appear to contain supported text content."""
|
||||
|
||||
|
||||
class ChromaPathError(Exception):
|
||||
"""Raised when the configured Chroma persistence path is invalid or unusable."""
|
||||
|
||||
Reference in New Issue
Block a user