mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 00:02:36 +00:00
cleanup rm unused embedder
This commit is contained in:
@@ -36,7 +36,7 @@ class KnowledgeStorage(BaseKnowledgeStorage):
|
||||
|
||||
collection: Optional[chromadb.Collection] = None
|
||||
|
||||
def __init__(self, embedder_config=None):
|
||||
def __init__(self, embedder_config: Optional[Dict[str, Any]] = None):
|
||||
self._initialize_app(embedder_config or {})
|
||||
|
||||
def search(
|
||||
|
||||
Reference in New Issue
Block a user