feat: Qdrant vectorstore support (#260)

* feat: Qdrant vectorstore support

* chore: review changes

* docs: Updated README.md
This commit is contained in:
Anush
2024-09-16 02:47:36 +05:30
committed by GitHub
parent cbe45a4395
commit e2bd78e9c4
9 changed files with 208 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ requires-python = ">= 3.10"
description = "Kotaemon core library for AI development."
dependencies = [
"click>=8.1.7,<9",
"cohere>=5.3.2,<5.4",
"cohere>=5.3.2,<6",
"cookiecutter>=2.6.0,<2.7",
"fast_langdetect",
"gradio>=4.31.0,<4.40",
@@ -73,6 +73,7 @@ adv = [
"sentence-transformers",
"llama-cpp-python<0.2.8",
"fastembed",
"llama-index-vector-stores-qdrant",
]
dev = [
"black",