langchain/docs/scripts
Akshata 05fd6a16a9
Add ChatModels wrapper for Cloudflare Workers AI (#27645)
Thank you for contributing to LangChain!

- [x] **PR title**: "community: chat models wrapper for Cloudflare
Workers AI"


- [x] **PR message**:
- **Description:** Add chat models wrapper for Cloudflare Workers AI.
Enables Langgraph intergration via ChatModel for tool usage, agentic
usage.


- [x] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.


- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
Co-authored-by: Chester Curme <chester.curme@gmail.com>
2024-11-07 15:34:24 -05:00
..
notebook_convert_templates/mdoutput infra: use nbconvert for docs build (#21135) 2024-05-07 12:30:17 -07:00
append_related_links.py docs: fix more links (#27598) 2024-10-23 21:26:38 -04:00
arxiv_references.py multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
cache_data.py docs: run how-to guides in CI (#27615) 2024-10-30 12:35:38 -04:00
check_imports.py docs: format (#21132) 2024-04-30 23:32:41 +00:00
check_templates.py Add ChatModels wrapper for Cloudflare Workers AI (#27645) 2024-11-07 15:34:24 -05:00
check-broken-links.js ci[minor]: Bump LC scripts package, add retry option (#19285) 2024-03-19 10:42:59 -07:00
create_chat_model_docstring_tables.py docs: BaseChatModel key methods table (#23238) 2024-06-20 21:00:22 -07:00
document_loader_feat_table.py docs: reorganize contributing docs (#27649) 2024-10-25 22:41:54 +00:00
execute_notebooks.sh docs: run how-to guides in CI (#27615) 2024-10-30 12:35:38 -04:00
generate_api_reference_links.py docs[patch]: update links w/ new langgraph API ref (#26961) 2024-10-03 23:52:01 +00:00
kv_store_feat_table.py docs: fix more broken links (#27806) 2024-10-31 19:46:39 +00:00
notebook_convert.py docs: upgrade to docusaurus v3 (#26803) 2024-09-24 11:28:13 -07:00
partner_pkg_table.py infra: remove some special cases (#27839) 2024-11-01 21:13:43 +00:00
prepare_notebooks_for_ci.py docs: run how-to guides in CI (#27615) 2024-10-30 12:35:38 -04:00
resolve_local_links.py docs: edit links, direct for notebooks (#22051) 2024-05-24 19:44:46 +00:00
tool_feat_table.py docs: fix more links (#27809) 2024-10-31 17:15:46 -04:00
update_cassettes.sh docs: run how-to guides in CI (#27615) 2024-10-30 12:35:38 -04:00
vectorstore_feat_table.py [docs]: vector store integration pages (#24858) 2024-08-06 17:20:27 +00:00