-
Notifications
You must be signed in to change notification settings - Fork 15.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added provider page. Added links, descriptions
- Loading branch information
Showing
2 changed files
with
44 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Cloudflare | ||
|
||
>[Cloudflare, Inc. (Wikipedia)](https://en.wikipedia.org/wiki/Cloudflare) is an American company that provides | ||
> content delivery network services, cloud cybersecurity, DDoS mitigation, and ICANN-accredited | ||
> domain registration services. | ||
>[Cloudflare Workers AI](https://developers.cloudflare.com/workers-ai/) allows you to run machine | ||
> learning models, on the `Cloudflare` network, from your code via REST API. | ||
|
||
|
||
## Embedding models | ||
|
||
See [installation instructions and usage example](/docs/integrations/text_embedding/cloudflare_workersai). | ||
|
||
```python | ||
from langchain.embeddings.cloudflare_workersai import CloudflareWorkersAIEmbeddings | ||
``` |
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