[Refactor] Remove usage of 'Pipeline' in favor of 'App' (#1246)
This commit is contained in:
@@ -22,7 +22,7 @@ Following is an example of how to use the dropbox loader:
|
||||
|
||||
```python
|
||||
import os
|
||||
from embedchain import Pipeline as App
|
||||
from embedchain import App
|
||||
|
||||
os.environ["DROPBOX_ACCESS_TOKEN"] = "sl.xxx"
|
||||
os.environ["OPENAI_API_KEY"] = "sk-xxx"
|
||||
|
||||
@@ -19,7 +19,7 @@ The first time you use the loader, you will be prompted to enter your Google acc
|
||||
|
||||
|
||||
```python
|
||||
from embedchain import Pipeline as App
|
||||
from embedchain import App
|
||||
|
||||
app = App()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user