[Bug Fix] fix chromadb where clause for query and delete (#937)

Co-authored-by: Deven Patel <deven298@yahoo.com>
This commit is contained in:
Deven Patel
2023-11-10 16:04:25 -08:00
committed by GitHub
parent 744ab5156f
commit deaa7f50f8
5 changed files with 15 additions and 13 deletions

View File

@@ -3,7 +3,8 @@ from typing import Optional
import yaml
from embedchain.client import Client
from embedchain.config import AppConfig, BaseEmbedderConfig, BaseLlmConfig, ChunkerConfig
from embedchain.config import (AppConfig, BaseEmbedderConfig, BaseLlmConfig,
ChunkerConfig)
from embedchain.config.vectordb.base import BaseVectorDbConfig
from embedchain.embedchain import EmbedChain
from embedchain.embedder.base import BaseEmbedder