增加对xinference的支持。

This commit is contained in:
2024-08-14 08:51:51 +08:00
parent 092d9705a7
commit 1bfb28c40c
2 changed files with 24 additions and 1 deletions
+3
View File
@@ -23,6 +23,9 @@ llama-index-callbacks-arize-phoenix = "^0.1.4"
llama-index-llms-dashscope = "^0.1.2"
llama-index-embeddings-dashscope = "^0.1.4"
llama-index-postprocessor-dashscope-rerank-custom = "0.1.0"
#xinference = "^0.14.1"
xinference.client = "^0.14.1"
llama-index-llms-xinference = "^0.1.2"
qdrant-client="^1.10.1"
llama-index-vector-stores-qdrant = "^0.2.14"
chroma="^0.5.5"