You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2025. It is now read-only.
Create a Azure Storage container and upload files to it.
129
-
130
-
Args:
131
-
files (List[UploadFile]): A list of files to be uploaded.
132
-
storage_name (str): The name of the Azure Blob Storage container to which files will be uploaded.
133
-
overwrite (bool): Whether to overwrite existing files with the same name. Defaults to True. If False, files that already exist will be skipped.
134
-
135
-
Returns:
136
-
BaseResponse: An instance of the BaseResponse model with a status message indicating the result of the upload.
137
-
138
-
Raises:
139
-
HTTPException: If the container name is invalid or if any error occurs during the upload process.
144
+
Create a Azure Storage container (if needed) and upload files. Multiple file types are supported, including pdf, powerpoint, word, excel, html, csv, json, xml, etc.
145
+
The complete set of supported file types can be found in the MarkItDown (https://github.com/microsoft/markitdown) library.
summary="Perform a global search across the knowledge graph index",
43
44
description="The global query method generates answers by searching over all AI-generated community reports in a map-reduce fashion. This is a resource-intensive method, but often gives good responses for questions that require an understanding of the dataset as a whole.",
summary="Perform a local search across the knowledge graph index.",
123
124
description="The local query method generates answers by combining relevant data from the AI-extracted knowledge-graph with text chunks of the raw documents. This method is suitable for questions that require an understanding of specific entities mentioned in the documents (e.g. What are the healing properties of chamomile?).",
0 commit comments