Compare commits

..

4 Commits

Author SHA1 Message Date
Alex Yang 8a9ae69390 Merge branch 'main' into ms/add-chat-ui-example 2024-11-07 09:36:22 -08:00
Marcus Schiesser 46cd22b716 Merge branch 'main' into ms/add-chat-ui-example 2024-11-07 15:27:20 +08:00
Marcus Schiesser f60574c3f3 feat: add chat-ui example to new docs 2024-11-07 15:12:05 +08:00
Marcus Schiesser b6085183fa feat: Add example using chat-ui components 2024-11-05 17:21:18 +07:00
4 changed files with 11 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"chat-ui": patch
---
Add example using chat-ui components
+5
View File
@@ -0,0 +1,5 @@
---
"@llamaindex/community": patch
---
feat: added support for Haiku 3.5 via Bedrock
-6
View File
@@ -1,11 +1,5 @@
# @llamaindex/community
## 0.0.59
### Patch Changes
- 47a7c3e: feat: added support for Haiku 3.5 via Bedrock
## 0.0.58
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS",
"version": "0.0.59",
"version": "0.0.58",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",