Add docx + html reader (#139)

This commit is contained in:
Duc Nguyen (john)
2024-01-31 19:21:30 +07:00
committed by GitHub
parent 116919b346
commit 65852b7d71
10 changed files with 202 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ packages.find.exclude = ["tests*", "env*"]
# metadata and dependencies
[project]
name = "kotaemon"
version = "0.3.5"
version = "0.3.6"
requires-python = ">= 3.10"
description = "Kotaemon core library for AI development."
dependencies = [
@@ -55,6 +55,7 @@ dev = [
"wikipedia",
"duckduckgo-search",
"googlesearch-python",
"python-docx",
"python-dotenv",
"pytest-mock",
"unstructured[pdf]",
@@ -62,6 +63,7 @@ dev = [
"cohere",
"elasticsearch",
"pypdf",
"html2text",
]
[project.scripts]