Enable MHTML reader (#44)

* Enable mhtml loader

* Use default supported file types

* Add tests and bump version
This commit is contained in:
Duc Nguyen (john)
2024-04-23 14:16:24 +07:00
committed by GitHub
parent fbe983ccb3
commit 456f020caf
6 changed files with 797 additions and 5 deletions

View File

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