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:
committed by
GitHub
parent
bbe862fe47
commit
ec11b54ff2
@@ -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",
|
||||
|
Reference in New Issue
Block a user