the-ultimate-rag / app /core /document_validator.py
PopovDanil's picture
try 1
48ec4db
raw
history blame contribute delete
88 Bytes
import os
async def path_is_valid(path: str) -> bool:
return os.path.exists(path)