Compare commits

..

40 Commits

Author SHA1 Message Date
thucpn eaf52fc481 bump: fuma 2024-12-11 15:05:49 +07:00
thucpn dc90c3da32 fix: missing command 2024-12-11 14:52:15 +07:00
thucpn 16d104227b fix: command 2024-12-11 14:51:34 +07:00
thucpn ce5f7ddbad fix: lock 2024-12-11 14:42:32 +07:00
thucpn e593e04770 update lock 2024-12-11 14:40:35 +07:00
thucpn 8f62ff7fed try fixed versions 2024-12-11 14:38:07 +07:00
thucpn c654ef474f fix: config for monorepo 2024-12-11 13:51:26 +07:00
thucpn e08a210b3a fix: missing css 2024-12-11 13:29:33 +07:00
thucpn af650b0826 update lock 2024-12-11 12:27:24 +07:00
thucpn 8e14cff7ec Merge branch 'main' into feat/migrate-legacy-docs 2024-12-11 12:26:41 +07:00
thucpn 2f30d62312 Merge branch 'main' into feat/migrate-legacy-docs 2024-12-11 11:03:05 +07:00
thucpn f95ec1f3e8 fix: overide default css 2024-12-11 11:00:19 +07:00
thucpn 6a9e1d5459 fix: file group 2024-12-09 18:49:41 +07:00
thucpn ab6dd7ea9c fix: slug 2024-12-09 18:43:44 +07:00
thucpn c469d47f11 update generate function 2024-12-09 18:38:22 +07:00
Thuc Pham 915b2144b7 Create sharp-ties-jog.md 2024-12-09 17:07:03 +07:00
thucpn 0dac1730ca remove debugging job 2024-12-09 17:04:16 +07:00
thucpn 4367ce65d6 handle when .mdx not in the end 2024-12-09 16:41:24 +07:00
thucpn 4968155658 remove rewrites 2024-12-09 16:40:54 +07:00
thucpn 480d7c3bd2 remove log 2024-12-09 16:35:37 +07:00
thucpn f4eeb18274 handle path transform 2024-12-09 16:19:48 +07:00
thucpn cc32406879 support absolute link 2024-12-09 15:27:06 +07:00
thucpn 7c0457b540 remove .mdx from link 2024-12-09 14:57:25 +07:00
thucpn f7cd1dffde set memory when building doc 2024-12-09 12:19:26 +07:00
thucpn 07e381f461 remove job 2024-12-09 12:06:56 +07:00
thucpn abab1fc276 add test build new document 2024-12-09 12:04:20 +07:00
thucpn 791c5d26e1 add test document build 2024-12-09 12:00:26 +07:00
thucpn f1ed6dff9e fix: comment should follow mdx 2024-12-09 11:50:57 +07:00
thucpn c3c2ad2d2b temporary fix 2024-12-06 17:15:42 +07:00
thucpn b1ee27f3dd fix: path fail for index url 2024-12-06 16:40:51 +07:00
thucpn 4cf9ad31e2 use nextjs rewrite 2024-12-06 16:28:50 +07:00
thucpn ba3e67e5ed fix: replace all 2024-12-06 16:19:16 +07:00
thucpn a8313db6c7 transform content 2024-12-06 16:14:20 +07:00
thucpn 7317ca9711 append title only 2024-12-06 15:46:30 +07:00
thucpn ea578f0cc4 use index as entry 2024-12-06 15:40:51 +07:00
thucpn 850b375a3f fix: generate doc 2024-12-06 15:34:27 +07:00
thucpn d6e62481b8 run typedoc first 2024-12-06 15:31:06 +07:00
thucpn bbf5e8a629 fix: rename entry page LlamaIndex 2024-12-06 15:30:48 +07:00
thucpn 5f5a773425 transform api pages 2024-12-06 15:21:22 +07:00
thucpn 6896be467a feat: migrate legacy docs 2024-12-06 14:40:43 +07:00
77 changed files with 1969 additions and 5909 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"@llamaindex/doc": patch
"@llamaindex/core": patch
"@llamaindex/readers": patch
---
feat: build api reference pages for new documentation site
-20
View File
@@ -1,25 +1,5 @@
# docs
## 0.0.136
### Patch Changes
- llamaindex@0.8.30
## 0.0.135
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.0.134
### Patch Changes
- llamaindex@0.8.28
- @llamaindex/examples@0.0.21
## 0.0.133
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.136",
"version": "0.0.133",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
@@ -37,7 +37,7 @@
"docusaurus-plugin-typedoc": "1.0.5",
"typedoc": "0.26.11",
"typedoc-plugin-markdown": "4.2.10",
"typescript": "^5.7.2"
"typescript": "^5.6.3"
},
"browserslist": {
"production": [
-28
View File
@@ -1,33 +1,5 @@
# @llamaindex/doc
## 0.0.34
### Patch Changes
- Updated dependencies [012495b]
- @llamaindex/cloud@2.0.20
- llamaindex@0.8.30
## 0.0.33
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.0.32
### Patch Changes
- a9b5b99: feat: build api reference pages for new documentation site
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
- @llamaindex/readers@1.0.21
- @llamaindex/cloud@2.0.19
- llamaindex@0.8.28
- @llamaindex/node-parser@0.0.20
- @llamaindex/openai@0.1.44
## 0.0.31
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/doc",
"version": "0.0.34",
"version": "0.0.31",
"private": true,
"scripts": {
"build": "pnpm run build:docs && next build",
@@ -86,6 +86,6 @@
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "^4.3.1",
"typedoc-plugin-merge-modules": "^6.1.0",
"typescript": "^5.7.2"
"typescript": "^5.6.3"
}
}
+1 -2
View File
@@ -6,8 +6,7 @@
".next",
".source",
"next-env.d.ts",
"src/content/docs/cloud/api/**",
"src/content/docs/api/**"
"src/content/docs/cloud/api/**"
]
},
"dev": {
+1 -1
View File
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241112.0",
"typescript": "^5.7.2",
"typescript": "^5.5.2",
"wrangler": "^3.89.0"
},
"dependencies": {
@@ -1,24 +1,5 @@
# @llamaindex/cloudflare-worker-agent-test
## 0.0.126
### Patch Changes
- llamaindex@0.8.30
## 0.0.125
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.0.124
### Patch Changes
- llamaindex@0.8.28
## 0.0.123
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.126",
"version": "0.0.123",
"type": "module",
"private": true,
"scripts": {
@@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20241112.0",
"@vitest/runner": "2.1.5",
"@vitest/snapshot": "2.1.5",
"typescript": "^5.7.2",
"typescript": "^5.6.3",
"vitest": "2.1.5",
"wrangler": "^3.87.0"
},
@@ -1,18 +1,5 @@
# @llamaindex/llama-parse-browser-test
## 0.0.40
### Patch Changes
- Updated dependencies [012495b]
- @llamaindex/cloud@2.0.20
## 0.0.39
### Patch Changes
- @llamaindex/cloud@2.0.19
## 0.0.38
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/llama-parse-browser-test",
"private": true,
"version": "0.0.40",
"version": "0.0.38",
"type": "module",
"scripts": {
"dev": "vite",
@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.7.2",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-wasm": "^3.3.0"
},
-19
View File
@@ -1,24 +1,5 @@
# @llamaindex/next-agent-test
## 0.1.126
### Patch Changes
- llamaindex@0.8.30
## 0.1.125
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.1.124
### Patch Changes
- llamaindex@0.8.28
## 0.1.123
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-agent-test",
"version": "0.1.126",
"version": "0.1.123",
"private": true,
"scripts": {
"dev": "next dev",
@@ -18,10 +18,10 @@
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "9.16.0",
"eslint-config-next": "15.1.0",
"eslint": "9.15.0",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
"typescript": "^5.6.3"
}
}
@@ -1,24 +1,5 @@
# test-edge-runtime
## 0.1.125
### Patch Changes
- llamaindex@0.8.30
## 0.1.124
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.1.123
### Patch Changes
- llamaindex@0.8.28
## 0.1.122
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/nextjs-edge-runtime-test",
"version": "0.1.125",
"version": "0.1.122",
"private": true,
"scripts": {
"dev": "next dev",
@@ -17,6 +17,6 @@
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.7.2"
"typescript": "^5.6.3"
}
}
@@ -1,24 +1,5 @@
# @llamaindex/next-node-runtime
## 0.0.107
### Patch Changes
- llamaindex@0.8.30
## 0.0.106
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.0.105
### Patch Changes
- llamaindex@0.8.28
## 0.0.104
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-node-runtime-test",
"version": "0.0.107",
"version": "0.0.104",
"private": true,
"scripts": {
"dev": "next dev",
@@ -17,10 +17,10 @@
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "9.16.0",
"eslint-config-next": "15.1.0",
"eslint": "9.15.0",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
"typescript": "^5.6.3"
}
}
@@ -1,24 +1,5 @@
# @llamaindex/waku-query-engine-test
## 0.0.126
### Patch Changes
- llamaindex@0.8.30
## 0.0.125
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.0.124
### Patch Changes
- llamaindex@0.8.28
## 0.0.123
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/waku-query-engine-test",
"version": "0.0.126",
"version": "0.0.123",
"type": "module",
"private": true,
"scripts": {
@@ -20,6 +20,6 @@
"@types/react-dom": "18.3.1",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.15",
"typescript": "5.7.2"
"typescript": "5.6.3"
}
}
-10
View File
@@ -1,15 +1,5 @@
# examples
## 0.0.21
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
- @llamaindex/readers@1.0.21
- llamaindex@0.8.28
- @llamaindex/vercel@0.0.6
## 0.0.20
### Patch Changes
+6 -6
View File
@@ -1,17 +1,17 @@
{
"name": "@llamaindex/examples",
"private": true,
"version": "0.0.21",
"version": "0.0.20",
"dependencies": {
"@ai-sdk/openai": "^1.0.5",
"@aws-crypto/sha256-js": "^5.2.0",
"@azure/cosmos": "^4.1.1",
"@azure/identity": "^4.4.1",
"@datastax/astra-db-ts": "^1.4.1",
"@llamaindex/core": "^0.4.19",
"@llamaindex/readers": "^1.0.21",
"@llamaindex/vercel": "^0.0.6",
"@llamaindex/core": "^0.4.18",
"@llamaindex/readers": "^1.0.20",
"@llamaindex/workflow": "^0.0.8",
"@llamaindex/vercel": "^0.0.5",
"@notionhq/client": "^2.2.15",
"@pinecone-database/pinecone": "^4.0.0",
"@vercel/postgres": "^0.10.0",
@@ -21,7 +21,7 @@
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"js-tiktoken": "^1.0.14",
"llamaindex": "^0.8.28",
"llamaindex": "^0.8.27",
"mongodb": "^6.7.0",
"pathe": "^1.1.2",
"postgres": "^3.4.4"
@@ -29,7 +29,7 @@
"devDependencies": {
"@types/node": "^22.9.0",
"tsx": "^4.19.0",
"typescript": "^5.7.2"
"typescript": "^5.6.3"
},
"scripts": {
"lint": "eslint ."
+1 -1
View File
@@ -25,6 +25,6 @@
"devDependencies": {
"@types/node": "^22.9.0",
"tsx": "^4.19.0",
"typescript": "^5.7.2"
"typescript": "^5.6.3"
}
}
+8 -8
View File
@@ -19,20 +19,20 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"eslint": "9.16.0",
"eslint-config-next": "^15.1.0",
"eslint": "9.15.0",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.3.3",
"eslint-config-turbo": "^2.3.0",
"eslint-plugin-react": "7.37.2",
"globals": "^15.12.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"lint-staged": "^15.2.10",
"madge": "^8.0.0",
"prettier": "^3.4.2",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
"turbo": "^2.3.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0"
},
"packageManager": "pnpm@9.12.3",
"lint-staged": {
-19
View File
@@ -1,24 +1,5 @@
# @llamaindex/autotool
## 5.0.30
### Patch Changes
- llamaindex@0.8.30
## 5.0.29
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 5.0.28
### Patch Changes
- llamaindex@0.8.28
## 5.0.27
### Patch Changes
@@ -1,27 +1,5 @@
# @llamaindex/autotool-01-node-example
## 0.0.73
### Patch Changes
- llamaindex@0.8.30
- @llamaindex/autotool@5.0.30
## 0.0.72
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
- @llamaindex/autotool@5.0.29
## 0.0.71
### Patch Changes
- llamaindex@0.8.28
- @llamaindex/autotool@5.0.28
## 0.0.70
### Patch Changes
@@ -13,5 +13,5 @@
"scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
},
"version": "0.0.73"
"version": "0.0.70"
}
@@ -1,27 +1,5 @@
# @llamaindex/autotool-02-next-example
## 0.1.117
### Patch Changes
- llamaindex@0.8.30
- @llamaindex/autotool@5.0.30
## 0.1.116
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
- @llamaindex/autotool@5.0.29
## 0.1.115
### Patch Changes
- llamaindex@0.8.28
- @llamaindex/autotool@5.0.28
## 0.1.114
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/autotool-02-next-example",
"private": true,
"version": "0.1.117",
"version": "0.1.114",
"scripts": {
"dev": "next dev",
"build": "next build",
@@ -32,6 +32,6 @@
"cross-env": "^7.0.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
"typescript": "^5.6.3"
}
}
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/autotool",
"type": "module",
"version": "5.0.30",
"version": "5.0.27",
"description": "auto transpile your JS function to LLM Agent compatible",
"files": [
"dist",
@@ -70,13 +70,13 @@
"@swc/types": "^0.1.12",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.9.0",
"bunchee": "6.0.3",
"bunchee": "5.6.1",
"llamaindex": "workspace:*",
"next": "15.0.3",
"rollup": "^4.28.1",
"rollup": "^4.27.3",
"tsx": "^4.19.0",
"typescript": "^5.7.2",
"typescript": "^5.6.3",
"vitest": "^2.1.5",
"webpack": "^5.97.1"
"webpack": "^5.94.0"
}
}
-13
View File
@@ -1,18 +1,5 @@
# @llamaindex/cloud
## 2.0.20
### Patch Changes
- 012495b: chore: bump llamacloud sdk
## 2.0.19
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
## 2.0.18
### Patch Changes
+430 -3901
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloud",
"version": "2.0.20",
"version": "2.0.18",
"type": "module",
"license": "MIT",
"scripts": {
@@ -54,7 +54,7 @@
"@hey-api/openapi-ts": "^0.56.0",
"@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*",
"bunchee": "6.0.3"
"bunchee": "5.6.1"
},
"peerDependencies": {
"@llamaindex/core": "workspace:*",
-48
View File
@@ -96,28 +96,6 @@ export class LlamaParseReader extends FileReader {
azureOpenaiEndpoint?: string | undefined;
azureOpenaiApiVersion?: string | undefined;
azureOpenaiKey?: string | undefined;
auto_mode?: boolean | undefined;
auto_mode_trigger_on_image_in_page?: boolean | undefined;
auto_mode_trigger_on_table_in_page?: boolean | undefined;
auto_mode_trigger_on_text_in_page?: string | undefined;
auto_mode_trigger_on_regexp_in_page?: string | undefined;
bbox_bottom?: number | undefined;
bbox_left?: number | undefined;
bbox_right?: number | undefined;
bbox_top?: number | undefined;
disable_image_extraction?: boolean | undefined;
extract_charts?: boolean | undefined;
guess_xlsx_sheet_name?: boolean | undefined;
html_make_all_elements_visible?: boolean | undefined;
html_remove_fixed_elements?: boolean | undefined;
html_remove_navigation_elements?: boolean | undefined;
http_proxy?: string | undefined;
input_url?: string | undefined;
max_pages?: number | undefined;
output_pdf_of_document?: boolean | undefined;
structured_output?: boolean | undefined;
structured_output_json_schema?: string | undefined;
structured_output_json_schema_name?: string | undefined;
// numWorkers is implemented in SimpleDirectoryReader
stdout?: WriteStream | undefined;
@@ -222,32 +200,6 @@ export class LlamaParseReader extends FileReader {
azure_openai_endpoint: this.azureOpenaiEndpoint,
azure_openai_api_version: this.azureOpenaiApiVersion,
azure_openai_key: this.azureOpenaiKey,
auto_mode: this.auto_mode,
auto_mode_trigger_on_image_in_page:
this.auto_mode_trigger_on_image_in_page,
auto_mode_trigger_on_table_in_page:
this.auto_mode_trigger_on_table_in_page,
auto_mode_trigger_on_text_in_page: this.auto_mode_trigger_on_text_in_page,
auto_mode_trigger_on_regexp_in_page:
this.auto_mode_trigger_on_regexp_in_page,
bbox_bottom: this.bbox_bottom,
bbox_left: this.bbox_left,
bbox_right: this.bbox_right,
bbox_top: this.bbox_top,
disable_image_extraction: this.disable_image_extraction,
extract_charts: this.extract_charts,
guess_xlsx_sheet_name: this.guess_xlsx_sheet_name,
html_make_all_elements_visible: this.html_make_all_elements_visible,
html_remove_fixed_elements: this.html_remove_fixed_elements,
html_remove_navigation_elements: this.html_remove_navigation_elements,
http_proxy: this.http_proxy,
input_url: this.input_url,
max_pages: this.max_pages,
output_pdf_of_document: this.output_pdf_of_document,
structured_output: this.structured_output,
structured_output_json_schema: this.structured_output_json_schema,
structured_output_json_schema_name:
this.structured_output_json_schema_name,
} satisfies {
[Key in keyof Body_upload_file_api_v1_parsing_upload_post]-?:
| Body_upload_file_api_v1_parsing_upload_post[Key]
-8
View File
@@ -1,13 +1,5 @@
# @llamaindex/community
## 0.0.77
### Patch Changes
- 24caf93: fix: added inference profile mapping for nova models"
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
## 0.0.76
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS",
"version": "0.0.77",
"version": "0.0.76",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
@@ -43,7 +43,7 @@
},
"devDependencies": {
"@types/node": "^22.9.0",
"bunchee": "6.0.3"
"bunchee": "5.6.1"
},
"dependencies": {
"@aws-sdk/client-bedrock-agent-runtime": "^3.706.0",
@@ -145,13 +145,6 @@ export const INFERENCE_TO_BEDROCK_MAP: Record<
[INFERENCE_BEDROCK_MODELS.US_META_LLAMA_3_2_90B_INSTRUCT]:
BEDROCK_MODELS.META_LLAMA3_2_90B_INSTRUCT,
[INFERENCE_BEDROCK_MODELS.US_AMAZON_NOVA_PRO_1]:
BEDROCK_MODELS.AMAZON_NOVA_PRO_1,
[INFERENCE_BEDROCK_MODELS.US_AMAZON_NOVA_LITE_1]:
BEDROCK_MODELS.AMAZON_NOVA_LITE_1,
[INFERENCE_BEDROCK_MODELS.US_AMAZON_NOVA_MICRO_1]:
BEDROCK_MODELS.AMAZON_NOVA_MICRO_1,
[INFERENCE_BEDROCK_MODELS.EU_ANTHROPIC_CLAUDE_3_HAIKU]:
BEDROCK_MODELS.ANTHROPIC_CLAUDE_3_HAIKU,
[INFERENCE_BEDROCK_MODELS.EU_ANTHROPIC_CLAUDE_3_SONNET]:
-6
View File
@@ -1,11 +1,5 @@
# @llamaindex/core
## 0.4.19
### Patch Changes
- a9b5b99: feat: build api reference pages for new documentation site
## 0.4.18
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/core",
"type": "module",
"version": "0.4.19",
"version": "0.4.18",
"description": "LlamaIndex Core Module",
"exports": {
"./agent": {
@@ -391,7 +391,7 @@
"devDependencies": {
"@edge-runtime/vm": "^4.0.4",
"ajv": "^8.17.1",
"bunchee": "6.0.3",
"bunchee": "5.6.1",
"happy-dom": "^15.11.6",
"natural": "^8.0.1"
},
+1 -1
View File
@@ -125,7 +125,7 @@
"@huggingface/transformers": "^3.0.2",
"@types/node": "^22.9.0",
"@types/readable-stream": "^4.0.15",
"bunchee": "6.0.3",
"bunchee": "5.6.1",
"gpt-tokenizer": "^2.6.2",
"pathe": "^1.1.2",
"vitest": "^2.1.5"
-19
View File
@@ -1,24 +1,5 @@
# @llamaindex/experimental
## 0.0.142
### Patch Changes
- llamaindex@0.8.30
## 0.0.141
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.0.140
### Patch Changes
- llamaindex@0.8.28
## 0.0.139
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS",
"version": "0.0.142",
"version": "0.0.139",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
-33
View File
@@ -1,38 +1,5 @@
# llamaindex
## 0.8.30
### Patch Changes
- Updated dependencies [012495b]
- @llamaindex/cloud@2.0.20
## 0.8.29
### Patch Changes
- dd596a0: Add Gemini 2.0 Flash Experimental
## 0.8.28
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
- @llamaindex/readers@1.0.21
- @llamaindex/cloud@2.0.19
- @llamaindex/node-parser@0.0.20
- @llamaindex/anthropic@0.0.28
- @llamaindex/clip@0.0.28
- @llamaindex/deepinfra@0.0.28
- @llamaindex/huggingface@0.0.28
- @llamaindex/ollama@0.0.35
- @llamaindex/openai@0.1.44
- @llamaindex/portkey-ai@0.0.28
- @llamaindex/replicate@0.0.28
- @llamaindex/groq@0.0.43
- @llamaindex/vllm@0.0.14
## 0.8.27
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "llamaindex",
"version": "0.8.30",
"version": "0.8.27",
"license": "MIT",
"type": "module",
"keywords": [
@@ -94,7 +94,7 @@
"pg": "^8.12.0",
"pgvector": "0.2.0",
"postgres": "^3.4.4",
"typescript": "^5.7.2"
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18.0.0"
@@ -36,7 +36,7 @@ export function withContextAwareness<T extends SupportedAgent>(Base: T) {
return class ContextAwareAgent extends Base {
public readonly contextRetriever: BaseRetriever;
public retrievedContext: string | null = null;
declare public chatHistory: T extends typeof OpenAIAgent
public declare chatHistory: T extends typeof OpenAIAgent
? OpenAIAgent["chatHistory"]
: T extends typeof AnthropicAgent
? AnthropicAgent["chatHistory"]
@@ -53,7 +53,6 @@ export const GEMINI_MODEL_INFO_MAP: Record<GEMINI_MODEL, GeminiModelInfo> = {
[GEMINI_MODEL.GEMINI_PRO_1_5_FLASH]: { contextWindow: 10 ** 6 },
[GEMINI_MODEL.GEMINI_PRO_1_5_LATEST]: { contextWindow: 2 * 10 ** 6 },
[GEMINI_MODEL.GEMINI_PRO_1_5_FLASH_LATEST]: { contextWindow: 10 ** 6 },
[GEMINI_MODEL.GEMINI_2_0_FLASH_EXPERIMENTAL]: { contextWindow: 10 ** 6 },
};
const SUPPORT_TOOL_CALL_MODELS: GEMINI_MODEL[] = [
@@ -67,7 +66,6 @@ const SUPPORT_TOOL_CALL_MODELS: GEMINI_MODEL[] = [
GEMINI_MODEL.GEMINI_PRO_FLASH_LATEST,
GEMINI_MODEL.GEMINI_PRO_1_5_LATEST,
GEMINI_MODEL.GEMINI_PRO_1_5_FLASH_LATEST,
GEMINI_MODEL.GEMINI_2_0_FLASH_EXPERIMENTAL,
];
const DEFAULT_GEMINI_PARAMS = {
@@ -64,7 +64,6 @@ export enum GEMINI_MODEL {
// Note: should be switched to -latest suffix when google supports it
GEMINI_PRO_1_5_LATEST = "gemini-1.5-pro-002",
GEMINI_PRO_1_5_FLASH_LATEST = "gemini-1.5-flash-002",
GEMINI_2_0_FLASH_EXPERIMENTAL = "gemini-2.0-flash-exp",
}
export interface GeminiModelInfo {
-7
View File
@@ -1,12 +1,5 @@
# @llamaindex/node-parser
## 0.0.20
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
## 0.0.19
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/node-parser",
"version": "0.0.20",
"version": "0.0.19",
"description": "Node parser for LlamaIndex",
"type": "module",
"exports": {
@@ -43,7 +43,7 @@
"@llamaindex/env": "workspace:*",
"@types/html-to-text": "^9.0.4",
"@types/node": "^22.9.0",
"bunchee": "6.0.3",
"bunchee": "5.6.1",
"tree-sitter": "^0.22.1",
"web-tree-sitter": "^0.24.4"
},
@@ -1,12 +1,5 @@
# @llamaindex/anthropic
## 0.0.28
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
## 0.0.27
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/anthropic",
"description": "Anthropic Adapter for LlamaIndex",
"version": "0.0.28",
"version": "0.0.27",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "6.0.3"
"bunchee": "5.6.1"
},
"dependencies": {
"@anthropic-ai/sdk": "0.32.1",
-8
View File
@@ -1,13 +1,5 @@
# @llamaindex/clip
## 0.0.28
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
- @llamaindex/openai@0.1.44
## 0.0.27
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/clip",
"description": "Clip Embedding Adapter for LlamaIndex",
"version": "0.0.28",
"version": "0.0.27",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
@@ -39,13 +39,13 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "6.0.3"
"bunchee": "5.6.1"
},
"dependencies": {
"@huggingface/transformers": "^3.0.2",
"@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*",
"@llamaindex/openai": "workspace:*"
"@llamaindex/openai": "workspace:*",
"@huggingface/transformers": "^3.0.2"
},
"peerDependencies": {
"@huggingface/transformers": "^3.0.2"
@@ -1,13 +1,5 @@
# @llamaindex/deepinfra
## 0.0.28
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
- @llamaindex/openai@0.1.44
## 0.0.27
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/deepinfra",
"description": "Deepinfra Adapter for LlamaIndex",
"version": "0.0.28",
"version": "0.0.27",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "6.0.3"
"bunchee": "5.6.1"
},
"dependencies": {
"@llamaindex/core": "workspace:*",
-6
View File
@@ -1,11 +1,5 @@
# @llamaindex/groq
## 0.0.43
### Patch Changes
- @llamaindex/openai@0.1.44
## 0.0.42
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/groq",
"description": "Groq Adapter for LlamaIndex",
"version": "0.0.43",
"version": "0.0.42",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "6.0.3"
"bunchee": "5.6.1"
},
"dependencies": {
"@llamaindex/env": "workspace:*",
@@ -1,13 +1,5 @@
# @llamaindex/huggingface
## 0.0.28
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
- @llamaindex/openai@0.1.44
## 0.0.27
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/huggingface",
"description": "Huggingface Adapter for LlamaIndex",
"version": "0.0.28",
"version": "0.0.27",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
@@ -39,14 +39,14 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "6.0.3"
"bunchee": "5.6.1"
},
"dependencies": {
"@huggingface/inference": "^2.8.1",
"@huggingface/transformers": "^3.0.2",
"@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*",
"@llamaindex/openai": "workspace:*"
"@llamaindex/openai": "workspace:*",
"@huggingface/transformers": "^3.0.2"
},
"peerDependencies": {
"@huggingface/transformers": "^3.0.2"
-7
View File
@@ -1,12 +1,5 @@
# @llamaindex/ollama
## 0.0.35
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
## 0.0.34
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/ollama",
"description": "Ollama Adapter for LlamaIndex",
"version": "0.0.35",
"version": "0.0.34",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "6.0.3"
"bunchee": "5.6.1"
},
"dependencies": {
"@llamaindex/core": "workspace:*",
-7
View File
@@ -1,12 +1,5 @@
# @llamaindex/openai
## 0.1.44
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
## 0.1.43
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/openai",
"description": "OpenAI Adapter for LlamaIndex",
"version": "0.1.44",
"version": "0.1.43",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "6.0.3"
"bunchee": "5.6.1"
},
"dependencies": {
"@llamaindex/core": "workspace:*",
@@ -1,12 +1,5 @@
# @llamaindex/portkey-ai
## 0.0.28
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
## 0.0.27
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/portkey-ai",
"description": "Portkey Adapter for LlamaIndex",
"version": "0.0.28",
"version": "0.0.27",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "6.0.3"
"bunchee": "5.6.1"
},
"dependencies": {
"@llamaindex/core": "workspace:*",
@@ -1,12 +1,5 @@
# @llamaindex/replicate
## 0.0.28
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
## 0.0.27
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/replicate",
"description": "Replicate Adapter for LlamaIndex",
"version": "0.0.28",
"version": "0.0.27",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -38,7 +38,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "6.0.3"
"bunchee": "5.6.1"
},
"dependencies": {
"@llamaindex/core": "workspace:*",
-7
View File
@@ -1,12 +1,5 @@
# @llamaindex/vercel
## 0.0.6
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
## 0.0.5
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/vercel",
"description": "Vercel Adapter for LlamaIndex",
"version": "0.0.6",
"version": "0.0.5",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -38,7 +38,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "6.0.3"
"bunchee": "5.6.1"
},
"dependencies": {
"@llamaindex/core": "workspace:*",
-6
View File
@@ -1,11 +1,5 @@
# @llamaindex/vllm
## 0.0.14
### Patch Changes
- @llamaindex/openai@0.1.44
## 0.0.13
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/vllm",
"description": "vLLM Adapter for LlamaIndex",
"version": "0.0.14",
"version": "0.0.13",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "6.0.3"
"bunchee": "5.6.1"
},
"dependencies": {
"@llamaindex/openai": "workspace:*"
-8
View File
@@ -1,13 +1,5 @@
# @llamaindex/readers
## 1.0.21
### Patch Changes
- a9b5b99: feat: build api reference pages for new documentation site
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
## 1.0.20
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/readers",
"description": "LlamaIndex Readers",
"version": "1.0.21",
"version": "1.0.20",
"type": "module",
"exports": {
"./node/hook": "./node/dist/hook.js",
@@ -212,7 +212,7 @@
"@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*",
"@types/node": "^22.9.0",
"bunchee": "6.0.3",
"bunchee": "5.6.1",
"p-limit": "^6.1.0",
"string-strip-html": "^13.4.8"
},
+1 -1
View File
@@ -11,7 +11,7 @@
"@swc/cli": "^0.5.0",
"@swc/core": "^1.9.2",
"assemblyscript": "^0.27.31",
"typescript": "^5.7.2"
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20.0.0"
+1 -1
View File
@@ -56,7 +56,7 @@
"devDependencies": {
"@llamaindex/env": "workspace:*",
"@types/node": "^22.9.0",
"bunchee": "6.0.3"
"bunchee": "5.6.1"
},
"peerDependencies": {
"@llamaindex/env": "workspace:*"
+1443 -1432
View File
File diff suppressed because it is too large Load Diff
-27
View File
@@ -1,32 +1,5 @@
# @llamaindex/unit-test
## 0.0.40
### Patch Changes
- Updated dependencies [012495b]
- @llamaindex/cloud@2.0.20
- llamaindex@0.8.30
## 0.0.39
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.0.38
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
- @llamaindex/readers@1.0.21
- @llamaindex/cloud@2.0.19
- llamaindex@0.8.28
- @llamaindex/node-parser@0.0.20
- @llamaindex/openai@0.1.44
## 0.0.37
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/unit-test",
"private": true,
"version": "0.0.40",
"version": "0.0.37",
"type": "module",
"scripts": {
"test": "vitest run"