Skip to content
Snippets Groups Projects
Unverified Commit c1578a19 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files
Showing
with 88 additions and 50 deletions
---
"@llamaindex/env": patch
"llamaindex": patch
---
feat: use `gpt-tokenizer`
---
"@llamaindex/cloud": patch
"llamaindex": patch
---
fix(cloud): do not detect file type in llama parse
---
"llamaindex": patch
---
feat: allow passing perform setup in pg vector store
---
"@llamaindex/cloud": patch
---
Log Parse Job Errors when verbose is enabled
---
"@llamaindex/huggingface": patch
"@llamaindex/portkey-ai": patch
"@llamaindex/anthropic": patch
"@llamaindex/deepinfra": patch
"@llamaindex/replicate": patch
"@llamaindex/ollama": patch
"@llamaindex/openai": patch
"@llamaindex/clip": patch
"@llamaindex/groq": patch
"@llamaindex/autotool": patch
"@llamaindex/cloud": patch
"@llamaindex/community": patch
"@llamaindex/core": patch
"@llamaindex/env": patch
"@llamaindex/experimental": patch
"llamaindex": patch
"@llamaindex/wasm-tools": patch
---
refactor: move some llm and embedding to single package
# docs
## 0.0.93
### Patch Changes
- Updated dependencies [ae49ff4]
- Updated dependencies [4c38c1b]
- Updated dependencies [a75af83]
- Updated dependencies [a75af83]
- llamaindex@0.7.1
## 0.0.92
### Patch Changes
......
{
"name": "docs",
"version": "0.0.92",
"version": "0.0.93",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
......
# @llamaindex/autotool
## 4.0.1
### Patch Changes
- a75af83: refactor: move some llm and embedding to single package
- Updated dependencies [ae49ff4]
- Updated dependencies [4c38c1b]
- Updated dependencies [a75af83]
- Updated dependencies [a75af83]
- llamaindex@0.7.1
## 4.0.0
### Patch Changes
......
# @llamaindex/autotool-01-node-example
## 0.0.33
### Patch Changes
- Updated dependencies [ae49ff4]
- Updated dependencies [4c38c1b]
- Updated dependencies [a75af83]
- Updated dependencies [a75af83]
- llamaindex@0.7.1
- @llamaindex/autotool@4.0.1
## 0.0.32
### Patch Changes
......
......@@ -13,5 +13,5 @@
"scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
},
"version": "0.0.32"
"version": "0.0.33"
}
# @llamaindex/autotool-02-next-example
## 0.1.77
### Patch Changes
- Updated dependencies [ae49ff4]
- Updated dependencies [4c38c1b]
- Updated dependencies [a75af83]
- Updated dependencies [a75af83]
- llamaindex@0.7.1
- @llamaindex/autotool@4.0.1
## 0.1.76
### Patch Changes
......
{
"name": "@llamaindex/autotool-02-next-example",
"private": true,
"version": "0.1.76",
"version": "0.1.77",
"scripts": {
"dev": "next dev",
"build": "next build",
......
{
"name": "@llamaindex/autotool",
"type": "module",
"version": "4.0.0",
"version": "4.0.1",
"description": "auto transpile your JS function to LLM Agent compatible",
"files": [
"dist",
......
# @llamaindex/cloud
## 1.0.1
### Patch Changes
- 4c38c1b: fix(cloud): do not detect file type in llama parse
- 24d065f: Log Parse Job Errors when verbose is enabled
- a75af83: refactor: move some llm and embedding to single package
- Updated dependencies [ae49ff4]
- Updated dependencies [a75af83]
- @llamaindex/env@0.1.14
- @llamaindex/core@0.3.1
## 1.0.0
### Patch Changes
......
{
"name": "@llamaindex/cloud",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"license": "MIT",
"scripts": {
......
# @llamaindex/community
## 0.0.49
### Patch Changes
- a75af83: refactor: move some llm and embedding to single package
- Updated dependencies [ae49ff4]
- Updated dependencies [a75af83]
- @llamaindex/env@0.1.14
- @llamaindex/core@0.3.1
## 0.0.48
### Patch Changes
......
{
"name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS",
"version": "0.0.48",
"version": "0.0.49",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
......
# @llamaindex/core
## 0.3.1
### Patch Changes
- a75af83: refactor: move some llm and embedding to single package
- Updated dependencies [ae49ff4]
- Updated dependencies [a75af83]
- @llamaindex/env@0.1.14
## 0.3.0
### Minor Changes
......
{
"name": "@llamaindex/core",
"type": "module",
"version": "0.3.0",
"version": "0.3.1",
"description": "LlamaIndex Core Module",
"exports": {
"./agent": {
......
# @llamaindex/env
## 0.1.14
### Patch Changes
- ae49ff4: feat: use `gpt-tokenizer`
- a75af83: refactor: move some llm and embedding to single package
## 0.1.13
### 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