Skip to content
Snippets Groups Projects
Commit 0b37207a authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

Release llamaindex@0.2.3

parent f0704ec7
No related branches found
No related tags found
No related merge requests found
---
"llamaindex": patch
---
Support streaming for OpenAI agent
---
"llamaindex": patch
---
Support streaming for OpenAI tool calls
---
"llamaindex": patch
---
feat: llamacloud index from documents
# llamaindex
## 0.2.3
### Patch Changes
- f0704ec: Support streaming for OpenAI agent (and OpenAI tool calls)
- Removed 'parentEvent' - Use 'event.reason?.computedCallers' instead
- 3cbfa98: Added LlamaCloudIndex.fromDocuments
## 0.2.2
### Patch Changes
......
{
"name": "llamaindex",
"version": "0.2.2",
"version": "0.2.3",
"expectedMinorVersion": "2",
"license": "MIT",
"type": "module",
......
{
"name": "@llamaindex/edge",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"type": "module",
"dependencies": {
......
# @llamaindex/experimental
## 0.0.6
### Patch Changes
- Updated dependencies [f0704ec]
- Updated dependencies
- Updated dependencies [3cbfa98]
- llamaindex@0.2.3
## 0.0.5
### Patch Changes
......
{
"name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
......
......@@ -12,6 +12,9 @@
"@llamaindex/edge#build": {
"dependsOn": ["llamaindex#build"]
},
"@llamaindex/experimental#build": {
"dependsOn": ["@llamaindex/edge#build"]
},
"test": {
"dependsOn": ["^build", "@llamaindex/edge#build"]
},
......
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