Compare commits

..

4 Commits

Author SHA1 Message Date
github-actions[bot] fc385dc167 Release (#2217)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcusschiesser <17126+marcusschiesser@users.noreply.github.com>
2025-10-06 15:44:29 +08:00
Daniel dea763ec83 fix: typo for model name (#2216) 2025-10-04 20:27:15 +08:00
Laurie Voss f9f1f51109 Missed a link (#2215) 2025-10-02 12:25:58 -06:00
Laurie Voss fd53bececf Batch fix all inks to TypeScript API reference (#2214) 2025-10-02 11:06:09 -06:00
5 changed files with 12 additions and 5932 deletions
@@ -32,4 +32,4 @@ const index = await VectorStoreIndex.fromDocuments([document], {
## API Reference
- [StorageContext](/docs/api/interfaces/StorageContext)
- [StorageContext](/typescript/framework-api-reference/interfaces/storagecontext)
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/community
## 0.0.120
### Patch Changes
- dea763e: fix typo for APAC Claude Sonnet 4 model name
## 0.0.119
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/aws",
"description": "AWS package for LlamaIndexTS",
"version": "0.0.119",
"version": "0.0.120",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
@@ -149,7 +149,7 @@ export const INFERENCE_BEDROCK_MODELS = {
APAC_ANTHROPIC_CLAUDE_3_7_SONNET:
"apac.anthropic.claude-3-7-sonnet-20250219-v1:0",
APAC_ANTHROPIC_CLAUDE_4_SONNET:
"apac.anthropic.claude-sonnet-4-20250514-v1:0q",
"apac.anthropic.claude-sonnet-4-20250514-v1:0",
APAC_ANTHROPIC_CLAUDE_3_HAIKU: "apac.anthropic.claude-3-haiku-20240307-v1:0",
APAC_ANTHROPIC_CLAUDE_3_SONNET:
"apac.anthropic.claude-3-sonnet-20240229-v1:0",
+3 -5929
View File
File diff suppressed because it is too large Load Diff