refactor: replace llama-index based loader, to a llama-index mixin loader (#142)
This commit is contained in:
committed by
GitHub
parent
7fc54d52e4
commit
d36522129f
@@ -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",
|
||||
|
Reference in New Issue
Block a user