This pull request includes updates to the README.md file to enhance documentation on the deployment process and the document chunking process. It also introduces new sections for customization and supported formats.
Deployment Process Improvements:
Changed code block language to bash for better syntax highlighting. (README.md)
Updated the DOCINT_API_VERSION value to 2024-07-31-preview for using version 4.0 of Document Intelligence. (README.md)
Document Chunking Process:
Added a detailed description of the document_chunking function and its responsibilities. (README.md)
Listed the different chunkers used for various file types, including DocAnalysisChunker, TranscriptionChunker, and SpreadsheetChunker. (README.md)
Customization:
Introduced a new section explaining how to customize the chunking process by modifying existing chunkers or creating new ones. (README.md)
Supported Formats:
Added a comprehensive list of supported formats for both Doc Analysis Chunker and LangChain Chunker. (README.md)
This pull request includes updates to the
README.md
file to enhance documentation on the deployment process and the document chunking process. It also introduces new sections for customization and supported formats.Deployment Process Improvements:
bash
for better syntax highlighting. (README.md
)DOCINT_API_VERSION
value to2024-07-31-preview
for using version 4.0 of Document Intelligence. (README.md
)Document Chunking Process:
document_chunking
function and its responsibilities. (README.md
)DocAnalysisChunker
,TranscriptionChunker
, andSpreadsheetChunker
. (README.md
)Customization:
README.md
)Supported Formats:
Doc Analysis Chunker
andLangChain Chunker
. (README.md
)