Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## langchain-cloudflare

### [0.3.7]

#### Added

- **`CloudflareAISearchClient`**: Adds an AI Search administration client for creating, listing, reading, updating, and deleting AI Search instances; reading instance stats; uploading, listing, reading, and deleting built-in-storage items; and running raw search and chat-completions requests. Supports REST API usage and async Python Worker `ai_search_namespaces` bindings for namespace-level instance management.
- **AI Search admin integration coverage**: Adds live REST lifecycle coverage that creates a temporary AI Search instance, uploads and searches a markdown item, and deletes the instance; adds Worker namespace-binding coverage for create/delete and namespace search.
- **AI Search notebook example**: Adds `docs/ai_search.ipynb` with a walkthrough for credentials, instance creation, item upload, raw search, retriever usage, and cleanup.

---

### [0.3.6]

#### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ It contains the following packages.
- [CloudflareWorkersAIEmbeddings](https://python.langchain.com/docs/integrations/text_embedding/cloudflare_workersai/)
- [CloudflareWorkersAIReranker](https://developers.cloudflare.com/workers-ai/) — document reranking on Workers AI
- [CloudflareVectorize](https://python.langchain.com/docs/integrations/vectorstores/cloudflare_vectorize/)
- [CloudflareAISearchClient](libs/langchain-cloudflare/README.md#ai-search-administration) — AI Search instance and item lifecycle
- [CloudflareAISearchRetriever](libs/langchain-cloudflare/README.md#retrievers) — Cloudflare [AI Search](https://developers.cloudflare.com/ai-search/) (fka AutoRAG)

### LangGraph
Expand Down
Loading
Loading