refactor: replace llama-index based loader, to a llama-index mixin loader (#142)

This commit is contained in:
Duc Nguyen (john)
2024-02-20 02:33:28 +07:00
committed by GitHub
parent 7fc54d52e4
commit d36522129f
6 changed files with 112 additions and 30 deletions

View File

@@ -11,14 +11,14 @@ packages.find.exclude = ["tests*", "env*"]
# metadata and dependencies
[project]
name = "kotaemon"
version = "0.3.6"
version = "0.3.7"
requires-python = ">= 3.10"
description = "Kotaemon core library for AI development."
dependencies = [
"langchain",
"langchain-community",
"theflow",
"llama-index>=0.9.0",
"llama-index>=0.9.0,<0.10.0",
"llama-hub",
"gradio>=4.0.0",
"openpyxl",