Add Azure AI Document Intelligence loader (#52)

* Add azureai document intelligence loader

* Add load_data interface to Azure DI

* Bump version

* Access azure credentials from environment variables
This commit is contained in:
Duc Nguyen (john)
2024-04-29 14:49:55 +07:00
committed by GitHub
parent bbe862fe47
commit ec11b54ff2
4 changed files with 86 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ packages.find.exclude = ["tests*", "env*"]
# metadata and dependencies
[project]
name = "kotaemon"
version = "0.3.11"
version = "0.3.12"
requires-python = ">= 3.10"
description = "Kotaemon core library for AI development."
dependencies = [
@@ -64,6 +64,7 @@ adv = [
"pdfservices-sdk @ git+https://github.com/niallcm/pdfservices-python-sdk.git@bump-and-unfreeze-requirements",
"fastembed",
"beautifulsoup4",
"azure-ai-documentintelligence",
]
dev = [
"ipython",