Enable MHTML reader (#44)
* Enable mhtml loader * Use default supported file types * Add tests and bump version
This commit is contained in:
committed by
GitHub
parent
fbe983ccb3
commit
456f020caf
@@ -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",
|
||||
|
Reference in New Issue
Block a user