[Improvement] improve github loader (#984)

This commit is contained in:
Deven Patel
2023-12-01 11:24:13 -08:00
committed by GitHub
parent b02e8feeda
commit 36af1a7615
8 changed files with 487 additions and 91 deletions

View File

@@ -21,7 +21,6 @@ For more details on how to setup with valid config, check MySQL [documentation](
2. Once you setup the loader, you can create an app and load data using the above MySQL loader
```Python
import os
from embedchain.pipeline import Pipeline as App
app = App()