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

Release 0.3.16 (#896)

parent 00a92cd1
No related branches found
No related tags found
No related merge requests found
Showing
with 89 additions and 62 deletions
---
"llamaindex": patch
---
feat: add numCandidates setting to MongoDBAtlasVectorStore for tuning queries
---
"docs": patch
"llamaindex": patch
---
feat: DeepInfra LLM implementation
---
"llamaindex": patch
---
feat: set default model to `gpt-4o`
---
"llamaindex": patch
---
add gpt4o-mode, invalidate cache and skip diagonal text to LlamaParseReader
---
"llamaindex": patch
---
Show error message if agent tool is called with partial JSON
---
"docs": patch
"@llamaindex/community": patch
---
Community bedrock support added
---
"llamaindex": patch
---
add json mode and image retrieval to LlamaParseReader
---
"llamaindex": patch
---
add concurrency management for SimpleDirectoryReader
---
"llamaindex": patch
---
feat: Gemini GA release models
---
"llamaindex": patch
"docs": patch
---
setDocumentHash should be async
---
"llamaindex": patch
---
Unify metadata and ID handling of documents, allow files to be read by `Buffer`
# docs # docs
## 0.0.24
### Patch Changes
- 631f000: feat: DeepInfra LLM implementation
- 8832669: Community bedrock support added
- a29d835: setDocumentHash should be async
- Updated dependencies [11ae926]
- Updated dependencies [631f000]
- Updated dependencies [1378ec4]
- Updated dependencies [6b1ded4]
- Updated dependencies [4d4bd85]
- Updated dependencies [24a9d1e]
- Updated dependencies [45952de]
- Updated dependencies [54230f0]
- Updated dependencies [a29d835]
- Updated dependencies [73819bf]
- llamaindex@0.3.16
## 0.0.23 ## 0.0.23
### Patch Changes ### Patch Changes
......
{ {
"name": "docs", "name": "docs",
"version": "0.0.23", "version": "0.0.24",
"private": true, "private": true,
"scripts": { "scripts": {
"docusaurus": "docusaurus", "docusaurus": "docusaurus",
......
# @llamaindex/autotool-02-next-example # @llamaindex/autotool-02-next-example
## 0.1.8
### Patch Changes
- Updated dependencies [11ae926]
- Updated dependencies [631f000]
- Updated dependencies [1378ec4]
- Updated dependencies [6b1ded4]
- Updated dependencies [4d4bd85]
- Updated dependencies [24a9d1e]
- Updated dependencies [45952de]
- Updated dependencies [54230f0]
- Updated dependencies [a29d835]
- Updated dependencies [73819bf]
- llamaindex@0.3.16
- @llamaindex/autotool@0.0.1
## 0.1.7 ## 0.1.7
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/autotool-02-next-example", "name": "@llamaindex/autotool-02-next-example",
"private": true, "private": true,
"version": "0.1.7", "version": "0.1.8",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
"unplugin": "^1.10.1" "unplugin": "^1.10.1"
}, },
"peerDependencies": { "peerDependencies": {
"llamaindex": "^0.3.15", "llamaindex": "^0.3.16",
"openai": "^4", "openai": "^4",
"typescript": "^4" "typescript": "^4"
}, },
......
# @llamaindex/community
## 0.0.2
### Patch Changes
- 8832669: Community bedrock support added
- Updated dependencies [11ae926]
- Updated dependencies [631f000]
- Updated dependencies [1378ec4]
- Updated dependencies [6b1ded4]
- Updated dependencies [4d4bd85]
- Updated dependencies [24a9d1e]
- Updated dependencies [45952de]
- Updated dependencies [54230f0]
- Updated dependencies [a29d835]
- Updated dependencies [73819bf]
- llamaindex@0.3.16
{ {
"name": "@llamaindex/community", "name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS", "description": "Community package for LlamaIndexTS",
"version": "0.0.1", "version": "0.0.2",
"type": "module", "type": "module",
"types": "dist/type/index.d.ts", "types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js", "main": "dist/cjs/index.js",
......
# llamaindex # llamaindex
## 0.3.16
### Patch Changes
- 11ae926: feat: add numCandidates setting to MongoDBAtlasVectorStore for tuning queries
- 631f000: feat: DeepInfra LLM implementation
- 1378ec4: feat: set default model to `gpt-4o`
- 6b1ded4: add gpt4o-mode, invalidate cache and skip diagonal text to LlamaParseReader
- 4d4bd85: Show error message if agent tool is called with partial JSON
- 24a9d1e: add json mode and image retrieval to LlamaParseReader
- 45952de: add concurrency management for SimpleDirectoryReader
- 54230f0: feat: Gemini GA release models
- a29d835: setDocumentHash should be async
- 73819bf: Unify metadata and ID handling of documents, allow files to be read by `Buffer`
## 0.3.15 ## 0.3.15
### Patch Changes ### Patch Changes
......
# @llamaindex/cloudflare-worker-agent-test # @llamaindex/cloudflare-worker-agent-test
## 0.0.17
### Patch Changes
- Updated dependencies [11ae926]
- Updated dependencies [631f000]
- Updated dependencies [1378ec4]
- Updated dependencies [6b1ded4]
- Updated dependencies [4d4bd85]
- Updated dependencies [24a9d1e]
- Updated dependencies [45952de]
- Updated dependencies [54230f0]
- Updated dependencies [a29d835]
- Updated dependencies [73819bf]
- llamaindex@0.3.16
## 0.0.16 ## 0.0.16
### Patch Changes ### 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