Update with verify function to check the maker request for documents

This commit is contained in:
Saurab-Shrestha 2024-03-17 17:58:42 +05:45
parent 2bcc7f589f
commit f7de7c3b54
15 changed files with 954 additions and 1048 deletions

View file

@ -72,7 +72,7 @@ class IngestService:
logger.debug("Ingesting text data with file_name=%s", file_name)
return self._ingest_data(file_name, text)
def ingest_bin_data(
async def ingest_bin_data(
self, file_name: str, raw_file_data: BinaryIO
) -> list[IngestedDoc]:
logger.debug("Ingesting binary data with file_name=%s", file_name)