upgrade llama-index-vector-stores-chroma and rag test coverage 100%

This commit is contained in:
seehi 2024-03-27 19:53:50 +08:00
parent 6450a09d3b
commit 6cb5492f02
21 changed files with 600 additions and 382 deletions

View file

@ -37,8 +37,8 @@ extras_require = {
"llama-index-retrievers-bm25==0.1.3",
"llama-index-vector-stores-faiss==0.1.1",
"llama-index-vector-stores-elasticsearch==0.1.6",
"llama-index-vector-stores-chroma==0.1.6",
"llama-index-postprocessor-colbert-rerank==0.1.1",
"chromadb==0.4.23",
],
}