added vector store test cases (#1868)

Co-authored-by: Dev Khant <devkhant24@gmail.com>
This commit is contained in:
Anusha Kondam
2024-09-16 13:21:29 -05:00
committed by GitHub
parent 3502344e89
commit 0a78cb9f7a
3 changed files with 242 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ install:
install_all:
poetry install
poetry run pip install groq together boto3 litellm ollama sentence_transformers
poetry run pip install groq together boto3 litellm ollama chromadb sentence_transformers
# Format code with ruff
format: