feat: add SitemapLoader (#68)

This commit is contained in:
aaishikdutta
2023-07-12 12:13:30 +05:30
committed by GitHub
parent 6fbf45498a
commit d2e8f796ca
6 changed files with 37 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ class InitConfig(BaseConfig):
Sets database to default (`ChromaDb`).
"""
from embedchain.vectordb.chroma_db import ChromaDB
self.db = ChromaDB(ef=self.ef, host=self.host, port=self.port)
def _setup_logging(self, debug_level):