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

Release 0.5.12 (#1091)

parent e3c307ab
No related branches found
No related tags found
No related merge requests found
Showing
with 77 additions and 28 deletions
---
"llamaindex": patch
---
feat: add splitByPage mode to LlamaParseReader
---
"llamaindex": patch
---
Add metadatafilter options to retriever constructors
---
"llamaindex": patch
---
Fix system prompt not used in ContextChatEngine
---
"@llamaindex/core": patch
---
fix: handling errors in splitBySentenceTokenizer
# docs
## 0.0.53
### Patch Changes
- Updated dependencies [345300f]
- Updated dependencies [da5cfc4]
- Updated dependencies [da5cfc4]
- llamaindex@0.5.12
## 0.0.52
### Patch Changes
......
{
"name": "docs",
"version": "0.0.52",
"version": "0.0.53",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
......
# @llamaindex/autotool-02-next-example
## 0.1.37
### Patch Changes
- Updated dependencies [345300f]
- Updated dependencies [da5cfc4]
- Updated dependencies [da5cfc4]
- llamaindex@0.5.12
- @llamaindex/autotool@2.0.0
## 0.1.36
### Patch Changes
......
{
"name": "@llamaindex/autotool-02-next-example",
"private": true,
"version": "0.1.36",
"version": "0.1.37",
"scripts": {
"dev": "next dev",
"build": "next build",
......
......@@ -51,7 +51,7 @@
"unplugin": "^1.10.1"
},
"peerDependencies": {
"llamaindex": "^0.5.11",
"llamaindex": "^0.5.12",
"openai": "^4",
"typescript": "^4"
},
......
# @llamaindex/community
## 0.0.27
### Patch Changes
- Updated dependencies [0452af9]
- @llamaindex/core@0.1.6
## 0.0.26
### Patch Changes
......
{
"name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS",
"version": "0.0.26",
"version": "0.0.27",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
......
# @llamaindex/core
## 0.1.6
### Patch Changes
- 0452af9: fix: handling errors in splitBySentenceTokenizer
## 0.1.5
### Patch Changes
......
{
"name": "@llamaindex/core",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"description": "LlamaIndex Core Module",
"exports": {
"./node-parser": {
......
# @llamaindex/experimental
## 0.0.62
### Patch Changes
- Updated dependencies [345300f]
- Updated dependencies [da5cfc4]
- Updated dependencies [da5cfc4]
- llamaindex@0.5.12
## 0.0.61
### Patch Changes
......
{
"name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS",
"version": "0.0.61",
"version": "0.0.62",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
......
# llamaindex
## 0.5.12
### Patch Changes
- 345300f: feat: add splitByPage mode to LlamaParseReader
- da5cfc4: Add metadatafilter options to retriever constructors
- da5cfc4: Fix system prompt not used in ContextChatEngine
- Updated dependencies [0452af9]
- @llamaindex/core@0.1.6
## 0.5.11
### Patch Changes
......
# @llamaindex/cloudflare-worker-agent-test
## 0.0.46
### Patch Changes
- Updated dependencies [345300f]
- Updated dependencies [da5cfc4]
- Updated dependencies [da5cfc4]
- llamaindex@0.5.12
## 0.0.45
### Patch Changes
......
{
"name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.45",
"version": "0.0.46",
"type": "module",
"private": true,
"scripts": {
......
# @llamaindex/next-agent-test
## 0.1.46
### Patch Changes
- Updated dependencies [345300f]
- Updated dependencies [da5cfc4]
- Updated dependencies [da5cfc4]
- llamaindex@0.5.12
## 0.1.45
### Patch Changes
......
{
"name": "@llamaindex/next-agent-test",
"version": "0.1.45",
"version": "0.1.46",
"private": true,
"scripts": {
"dev": "next dev",
......
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