Skip to content
Snippets Groups Projects
Unverified Commit d8c11590 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Release 0.6.8 (#1245)

parent c856c5be
No related branches found
No related tags found
No related merge requests found
Showing
with 90 additions and 22 deletions
---
"@llamaindex/core": patch
"llamaindex": patch
---
refactor: move chat engine & retriever into core.
- `chatHistory` in BaseChatEngine now returns `ChatMessage[] | Promise<ChatMessage[]>`, instead of `BaseMemory`
- update `retrieve-end` type
---
"@llamaindex/community": patch
---
feat: add Amazon Bedrock Retriever
# docs
## 0.0.77
### Patch Changes
- Updated dependencies [8b7fdba]
- llamaindex@0.6.8
## 0.0.76
### Patch Changes
......
{
"name": "docs",
"version": "0.0.76",
"version": "0.0.77",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
......
# @llamaindex/autotool
## 3.0.8
### Patch Changes
- Updated dependencies [8b7fdba]
- llamaindex@0.6.8
## 3.0.7
### Patch Changes
......
# @llamaindex/autotool-01-node-example
## 0.0.17
### Patch Changes
- Updated dependencies [8b7fdba]
- llamaindex@0.6.8
- @llamaindex/autotool@3.0.8
## 0.0.16
### Patch Changes
......
......@@ -13,5 +13,5 @@
"scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
},
"version": "0.0.16"
"version": "0.0.17"
}
# @llamaindex/autotool-02-next-example
## 0.1.61
### Patch Changes
- Updated dependencies [8b7fdba]
- llamaindex@0.6.8
- @llamaindex/autotool@3.0.8
## 0.1.60
### Patch Changes
......
{
"name": "@llamaindex/autotool-02-next-example",
"private": true,
"version": "0.1.60",
"version": "0.1.61",
"scripts": {
"dev": "next dev",
"build": "next build",
......
{
"name": "@llamaindex/autotool",
"type": "module",
"version": "3.0.7",
"version": "3.0.8",
"description": "auto transpile your JS function to LLM Agent compatible",
"files": [
"dist",
......
# @llamaindex/community
## 0.0.40
### Patch Changes
- 50e6b57: feat: add Amazon Bedrock Retriever
- Updated dependencies [8b7fdba]
- @llamaindex/core@0.2.6
## 0.0.39
### Patch Changes
......
{
"name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS",
"version": "0.0.39",
"version": "0.0.40",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
......
# @llamaindex/core
## 0.2.6
### Patch Changes
- 8b7fdba: refactor: move chat engine & retriever into core.
- `chatHistory` in BaseChatEngine now returns `ChatMessage[] | Promise<ChatMessage[]>`, instead of `BaseMemory`
- update `retrieve-end` type
## 0.2.5
### Patch Changes
......
{
"name": "@llamaindex/core",
"type": "module",
"version": "0.2.5",
"version": "0.2.6",
"description": "LlamaIndex Core Module",
"exports": {
"./node-parser": {
......
# @llamaindex/experimental
## 0.0.86
### Patch Changes
- Updated dependencies [8b7fdba]
- llamaindex@0.6.8
## 0.0.85
### Patch Changes
......
{
"name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS",
"version": "0.0.85",
"version": "0.0.86",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
......
# llamaindex
## 0.6.8
### Patch Changes
- 8b7fdba: refactor: move chat engine & retriever into core.
- `chatHistory` in BaseChatEngine now returns `ChatMessage[] | Promise<ChatMessage[]>`, instead of `BaseMemory`
- update `retrieve-end` type
- Updated dependencies [8b7fdba]
- @llamaindex/core@0.2.6
- @llamaindex/openai@0.1.8
- @llamaindex/groq@0.0.7
## 0.6.7
### Patch Changes
......
# @llamaindex/cloudflare-worker-agent-test
## 0.0.70
### Patch Changes
- Updated dependencies [8b7fdba]
- llamaindex@0.6.8
## 0.0.69
### Patch Changes
......
{
"name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.69",
"version": "0.0.70",
"type": "module",
"private": true,
"scripts": {
......
# @llamaindex/next-agent-test
## 0.1.70
### Patch Changes
- Updated dependencies [8b7fdba]
- llamaindex@0.6.8
## 0.1.69
### Patch Changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment