-
Notifications
You must be signed in to change notification settings - Fork 15.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs:
integrations
reference updates 12 (#25676)
Added missed provider pages and links. Fixed inconsistent formatting. Co-authored-by: Erick Friis <erick@langchain.dev>
- Loading branch information
Showing
3 changed files
with
73 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Embedchain | ||
|
||
> [Embedchain](https://github.com/embedchain/embedchain) is a RAG framework to create | ||
> data pipelines. It loads, indexes, retrieves and syncs all the data. | ||
> | ||
>It is available as an [open source package](https://github.com/embedchain/embedchain) | ||
> and as a [hosted platform solution](https://app.embedchain.ai/). | ||
|
||
## Installation and Setup | ||
|
||
Install the package using pip: | ||
|
||
```bash | ||
pip install embedchain | ||
``` | ||
|
||
|
||
## Retriever | ||
|
||
See a [usage example](/docs/integrations/retrievers/embedchain). | ||
|
||
```python | ||
from langchain_community.retrievers import EmbedchainRetriever | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters