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

Release 0.4.3 (#971)

parent d4e853c8
No related branches found
No related tags found
No related merge requests found
Showing
with 71 additions and 26 deletions
---
"llamaindex": patch
"@llamaindex/examples": patch
---
feat: added support for embeddings via HuggingFace Inference API
---
"@llamaindex/env": patch
---
fix: stronger type declaration
---
"@llamaindex/env": patch
---
fix: jsr release
# docs
## 0.0.29
### Patch Changes
- Updated dependencies [2ef62a9]
- llamaindex@0.4.3
- @llamaindex/examples@0.0.6
## 0.0.28
### Patch Changes
......
{
"name": "docs",
"version": "0.0.28",
"version": "0.0.29",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
......
# examples
## 0.0.6
### Patch Changes
- 2ef62a9: feat: added support for embeddings via HuggingFace Inference API
- Updated dependencies [2ef62a9]
- llamaindex@0.4.3
## 0.0.5
### Patch Changes
......
{
"name": "@llamaindex/examples",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"dependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"@datastax/astra-db-ts": "^1.2.1",
......@@ -12,7 +12,7 @@
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"js-tiktoken": "^1.0.12",
"llamaindex": "^0.4.2",
"llamaindex": "^0.4.3",
"mongodb": "^6.7.0",
"pathe": "^1.1.2"
},
......
# @llamaindex/autotool-02-next-example
## 0.1.13
### Patch Changes
- Updated dependencies [2ef62a9]
- llamaindex@0.4.3
- @llamaindex/autotool@1.0.0
## 0.1.12
### Patch Changes
......
{
"name": "@llamaindex/autotool-02-next-example",
"private": true,
"version": "0.1.12",
"version": "0.1.13",
"scripts": {
"dev": "next dev",
"build": "next build",
......
......@@ -51,7 +51,7 @@
"unplugin": "^1.10.1"
},
"peerDependencies": {
"llamaindex": "^0.4.2",
"llamaindex": "^0.4.3",
"openai": "^4",
"typescript": "^4"
},
......
# @llamaindex/community
## 0.0.7
### Patch Changes
- Updated dependencies [2ef62a9]
- llamaindex@0.4.3
## 0.0.6
### Patch Changes
......
{
"name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS",
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
......
# @llamaindex/env
## 0.1.6
### Patch Changes
- d4e853c: fix: stronger type declaration
- a94b8ec: fix: jsr release
## 0.1.5
### Patch Changes
......
{
"name": "@llamaindex/env",
"version": "0.1.5",
"version": "0.1.6",
"exports": {
".": "./src/index.edge-light.ts"
},
......
{
"name": "@llamaindex/env",
"description": "environment wrapper, supports all JS environment including node, deno, bun, edge runtime, and cloudflare worker",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
......
# @llamaindex/experimental
## 0.0.38
### Patch Changes
- Updated dependencies [2ef62a9]
- llamaindex@0.4.3
## 0.0.37
### Patch Changes
......
{
"name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS",
"version": "0.0.37",
"version": "0.0.38",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
......
# llamaindex
## 0.4.3
### Patch Changes
- 2ef62a9: feat: added support for embeddings via HuggingFace Inference API
- Updated dependencies [d4e853c]
- Updated dependencies [a94b8ec]
- @llamaindex/env@0.1.6
## 0.4.2
### Patch Changes
......
# @llamaindex/cloudflare-worker-agent-test
## 0.0.22
### Patch Changes
- Updated dependencies [2ef62a9]
- llamaindex@0.4.3
## 0.0.21
### Patch Changes
......
{
"name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.21",
"version": "0.0.22",
"type": "module",
"private": true,
"scripts": {
......
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