[Improvements] Add support for creating app from YAML string config (#980)
This commit is contained in:
@@ -105,7 +105,7 @@ app.deploy()
|
||||
# ✅ Data of type: web_page, value: https://www.forbes.com/profile/elon-musk added successfully.
|
||||
```
|
||||
|
||||
## 🚀 How it works?
|
||||
## 🛠️ How it works?
|
||||
|
||||
Embedchain abstracts out the following steps from you to easily create LLM powered apps:
|
||||
|
||||
@@ -129,3 +129,5 @@ The process of loading the dataset and querying involves multiple steps, each wi
|
||||
- How should I find similar documents for a query? Which ranking model should I use?
|
||||
|
||||
Embedchain takes care of all these nuances and provides a simple interface to create apps on any data.
|
||||
|
||||
## [🚀 Get started](https://docs.embedchain.ai/get-started/quickstart)
|
||||
|
||||
Reference in New Issue
Block a user