mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-15 14:55:41 -04:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9767d1c004 | |||
| e831b28627 | |||
| cc50c9c2d4 | |||
| 954140776e | |||
| 6d37d440a6 | |||
| e724f7e9f2 | |||
| 1b029ae525 | |||
| d1db2189c9 | |||
| 2c5b4030c9 | |||
| 96eb597059 | |||
| 04098d55ff | |||
| 335a6b9e88 |
@@ -98,6 +98,7 @@ jobs:
|
|||||||
- nextjs-node-runtime
|
- nextjs-node-runtime
|
||||||
- waku-query-engine
|
- waku-query-engine
|
||||||
- llama-parse-browser
|
- llama-parse-browser
|
||||||
|
- vite-import-llamaindex
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Build LlamaIndex Example (${{ matrix.packages }})
|
name: Build LlamaIndex Example (${{ matrix.packages }})
|
||||||
steps:
|
steps:
|
||||||
@@ -116,6 +117,28 @@ jobs:
|
|||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
working-directory: e2e/examples/${{ matrix.packages }}
|
working-directory: e2e/examples/${{ matrix.packages }}
|
||||||
|
|
||||||
|
size-limit:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Size Limit
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: pnpm/action-setup@v4
|
||||||
|
- name: Setup Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version-file: ".nvmrc"
|
||||||
|
cache: "pnpm"
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pnpm install
|
||||||
|
- name: Build llamaindex
|
||||||
|
run: pnpm run build
|
||||||
|
- uses: andresz1/size-limit-action@v1
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
directory: e2e/examples/vite-import-llamaindex
|
||||||
|
skip_step: "install"
|
||||||
|
build_script: build
|
||||||
|
|
||||||
typecheck-examples:
|
typecheck-examples:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,18 @@
|
|||||||
# @llamaindex/doc
|
# @llamaindex/doc
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [6d37d44]
|
||||||
|
- llamaindex@0.9.1
|
||||||
|
- @llamaindex/cloud@3.0.1
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
- @llamaindex/node-parser@1.0.1
|
||||||
|
- @llamaindex/openai@0.1.53
|
||||||
|
- @llamaindex/readers@2.0.1
|
||||||
|
- @llamaindex/workflow@0.0.11
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/doc",
|
"name": "@llamaindex/doc",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm run build:docs && next build",
|
"build": "pnpm run build:docs && next build",
|
||||||
|
|||||||
@@ -1,6 +1,13 @@
|
|||||||
{
|
{
|
||||||
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-merge-modules"],
|
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-merge-modules"],
|
||||||
"entryPoints": ["../../packages/llamaindex/src/index.ts"],
|
"entryPoints": ["../../packages/**/src/index.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"../../packages/autotool/**/src/index.ts",
|
||||||
|
"**/node_modules/**",
|
||||||
|
"**/dist/**",
|
||||||
|
"**/test/**",
|
||||||
|
"**/tests/**"
|
||||||
|
],
|
||||||
"tsconfig": "../../tsconfig.json",
|
"tsconfig": "../../tsconfig.json",
|
||||||
"readme": "none",
|
"readme": "none",
|
||||||
"sourceLinkTemplate": "https://github.com/run-llama/LlamaIndexTS/blob/{gitRevision}/{path}#L{line}",
|
"sourceLinkTemplate": "https://github.com/run-llama/LlamaIndexTS/blob/{gitRevision}/{path}#L{line}",
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# @llamaindex/cloudflare-worker-agent-test
|
# @llamaindex/cloudflare-worker-agent-test
|
||||||
|
|
||||||
|
## 0.0.135
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [6d37d44]
|
||||||
|
- llamaindex@0.9.1
|
||||||
|
|
||||||
## 0.0.134
|
## 0.0.134
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/cloudflare-worker-agent-test",
|
"name": "@llamaindex/cloudflare-worker-agent-test",
|
||||||
"version": "0.0.134",
|
"version": "0.0.135",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# @llamaindex/llama-parse-browser-test
|
# @llamaindex/llama-parse-browser-test
|
||||||
|
|
||||||
|
## 0.0.46
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- @llamaindex/cloud@3.0.1
|
||||||
|
|
||||||
## 0.0.45
|
## 0.0.45
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/llama-parse-browser-test",
|
"name": "@llamaindex/llama-parse-browser-test",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.45",
|
"version": "0.0.46",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# @llamaindex/next-agent-test
|
# @llamaindex/next-agent-test
|
||||||
|
|
||||||
|
## 0.1.135
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [6d37d44]
|
||||||
|
- llamaindex@0.9.1
|
||||||
|
|
||||||
## 0.1.134
|
## 0.1.134
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/next-agent-test",
|
"name": "@llamaindex/next-agent-test",
|
||||||
"version": "0.1.134",
|
"version": "0.1.135",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# test-edge-runtime
|
# test-edge-runtime
|
||||||
|
|
||||||
|
## 0.1.134
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [6d37d44]
|
||||||
|
- llamaindex@0.9.1
|
||||||
|
|
||||||
## 0.1.133
|
## 0.1.133
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/nextjs-edge-runtime-test",
|
"name": "@llamaindex/nextjs-edge-runtime-test",
|
||||||
"version": "0.1.133",
|
"version": "0.1.134",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
# @llamaindex/next-node-runtime
|
# @llamaindex/next-node-runtime
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [6d37d44]
|
||||||
|
- llamaindex@0.9.1
|
||||||
|
- @llamaindex/huggingface@0.0.37
|
||||||
|
- @llamaindex/readers@2.0.1
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/next-node-runtime-test",
|
"name": "@llamaindex/next-node-runtime-test",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|||||||
@@ -0,0 +1,24 @@
|
|||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
dist
|
||||||
|
dist-ssr
|
||||||
|
*.local
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
|
.idea
|
||||||
|
.DS_Store
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# vite-import-llamaindex
|
||||||
|
|
||||||
|
## 0.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [6d37d44]
|
||||||
|
- llamaindex@0.9.1
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "vite-import-llamaindex",
|
||||||
|
"private": true,
|
||||||
|
"version": "0.0.1",
|
||||||
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"build": "vite build",
|
||||||
|
"size-limit": "size-limit"
|
||||||
|
},
|
||||||
|
"size-limit": [
|
||||||
|
{
|
||||||
|
"path": "dist/LlamaIndexImportTest.js"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"devDependencies": {
|
||||||
|
"@size-limit/preset-big-lib": "^11.1.6",
|
||||||
|
"size-limit": "^11.1.6",
|
||||||
|
"typescript": "^5.7.2",
|
||||||
|
"vite": "^6.1.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"llamaindex": "workspace:*"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,7 @@
|
|||||||
|
import "llamaindex";
|
||||||
|
|
||||||
|
document.querySelector<HTMLDivElement>("#app")!.innerHTML = `
|
||||||
|
<div>
|
||||||
|
Hello World!
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "ES2020",
|
||||||
|
"useDefineForClassFields": true,
|
||||||
|
"module": "ESNext",
|
||||||
|
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
||||||
|
"skipLibCheck": true,
|
||||||
|
|
||||||
|
/* Bundler mode */
|
||||||
|
"moduleResolution": "bundler",
|
||||||
|
"allowImportingTsExtensions": true,
|
||||||
|
"isolatedModules": true,
|
||||||
|
"moduleDetection": "force",
|
||||||
|
"noEmit": true,
|
||||||
|
|
||||||
|
/* Linting */
|
||||||
|
"strict": true,
|
||||||
|
"noUnusedLocals": true,
|
||||||
|
"noUnusedParameters": true,
|
||||||
|
"noFallthroughCasesInSwitch": true,
|
||||||
|
"noUncheckedSideEffectImports": true
|
||||||
|
},
|
||||||
|
"include": ["src", "vite.config.ts"]
|
||||||
|
}
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
import { dirname, resolve } from "node:path";
|
||||||
|
import { fileURLToPath } from "node:url";
|
||||||
|
import { defineConfig } from "vite";
|
||||||
|
|
||||||
|
const __dirname = dirname(fileURLToPath(import.meta.url));
|
||||||
|
|
||||||
|
export default defineConfig({
|
||||||
|
build: {
|
||||||
|
lib: {
|
||||||
|
entry: resolve(__dirname, "src/main.ts"),
|
||||||
|
name: "LlamaIndexImportTest",
|
||||||
|
fileName: "LlamaIndexImportTest",
|
||||||
|
formats: ["es", "cjs"],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
});
|
||||||
@@ -1,5 +1,14 @@
|
|||||||
# @llamaindex/waku-query-engine-test
|
# @llamaindex/waku-query-engine-test
|
||||||
|
|
||||||
|
## 0.0.135
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- Updated dependencies [6d37d44]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- llamaindex@0.9.1
|
||||||
|
|
||||||
## 0.0.134
|
## 0.0.134
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/waku-query-engine-test",
|
"name": "@llamaindex/waku-query-engine-test",
|
||||||
"version": "0.0.134",
|
"version": "0.0.135",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
+30
-11
@@ -1,5 +1,7 @@
|
|||||||
|
import assert from "node:assert";
|
||||||
import { execSync } from "node:child_process";
|
import { execSync } from "node:child_process";
|
||||||
import { mkdir, rm, writeFile } from "node:fs/promises";
|
import { mkdir, readFile, rm, writeFile } from "node:fs/promises";
|
||||||
|
import { createRequire } from "node:module";
|
||||||
import { resolve } from "node:path";
|
import { resolve } from "node:path";
|
||||||
import { test } from "node:test";
|
import { test } from "node:test";
|
||||||
import { testRootDir } from "./utils.js";
|
import { testRootDir } from "./utils.js";
|
||||||
@@ -14,17 +16,17 @@ const { Document, MetadataMode, VectorStoreIndex } = require('llamaindex')
|
|||||||
const { OpenAIEmbedding } = require('@llamaindex/openai')
|
const { OpenAIEmbedding } = require('@llamaindex/openai')
|
||||||
const { Settings } = require('@llamaindex/core/global')`;
|
const { Settings } = require('@llamaindex/core/global')`;
|
||||||
const mainCode = `
|
const mainCode = `
|
||||||
async function main() {
|
Settings.embedModel = new OpenAIEmbedding({
|
||||||
Settings.embedModel = new OpenAIEmbedding({
|
model: 'text-embedding-3-small',
|
||||||
model: 'text-embedding-3-small',
|
apiKey: '${process.env.OPENAI_API_KEY}',
|
||||||
apiKey: '${process.env.OPENAI_API_KEY}',
|
})
|
||||||
})
|
const model = Settings.embedModel
|
||||||
const model = Settings.embedModel
|
if (model == null) {
|
||||||
if (model == null) {
|
process.exit(-1)
|
||||||
process.exit(-1)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
main().catch(console.error)`;
|
const document = new Document({ text: 'Hello, world!' })
|
||||||
|
const index = await VectorStoreIndex.fromDocuments([document])
|
||||||
|
`;
|
||||||
t.before(async () => {
|
t.before(async () => {
|
||||||
await mkdir(resolve(testRootDir, ".temp"), {
|
await mkdir(resolve(testRootDir, ".temp"), {
|
||||||
recursive: true,
|
recursive: true,
|
||||||
@@ -84,3 +86,20 @@ main().catch(console.error)`;
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('no extra deps in "@llamaindex/env" cjs module', async () => {
|
||||||
|
const modules = ["@aws-crypto/sha256-js"];
|
||||||
|
const require = createRequire(import.meta.url);
|
||||||
|
const envPackage = require.resolve("@llamaindex/env");
|
||||||
|
const file = await readFile(envPackage, "utf-8");
|
||||||
|
for (const module of modules) {
|
||||||
|
assert.ok(!file.includes(module));
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
test('no error when require "llamaindex" in CJS', async () => {
|
||||||
|
const code = `require('llamaindex')`;
|
||||||
|
execSync(`${process.argv[0]} -e "${code}"`, {
|
||||||
|
cwd: process.cwd(),
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|||||||
@@ -1,5 +1,44 @@
|
|||||||
# examples
|
# examples
|
||||||
|
|
||||||
|
## 0.2.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- Updated dependencies [6d37d44]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- llamaindex@0.9.1
|
||||||
|
- @llamaindex/cloud@3.0.1
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
- @llamaindex/node-parser@1.0.1
|
||||||
|
- @llamaindex/anthropic@0.1.1
|
||||||
|
- @llamaindex/clip@0.0.37
|
||||||
|
- @llamaindex/cohere@0.0.6
|
||||||
|
- @llamaindex/deepinfra@0.0.37
|
||||||
|
- @llamaindex/google@0.0.8
|
||||||
|
- @llamaindex/groq@0.0.52
|
||||||
|
- @llamaindex/huggingface@0.0.37
|
||||||
|
- @llamaindex/mistral@0.0.6
|
||||||
|
- @llamaindex/mixedbread@0.0.6
|
||||||
|
- @llamaindex/ollama@0.0.41
|
||||||
|
- @llamaindex/openai@0.1.53
|
||||||
|
- @llamaindex/portkey-ai@0.0.34
|
||||||
|
- @llamaindex/replicate@0.0.34
|
||||||
|
- @llamaindex/astra@0.0.6
|
||||||
|
- @llamaindex/azure@0.1.1
|
||||||
|
- @llamaindex/chroma@0.0.6
|
||||||
|
- @llamaindex/milvus@0.1.1
|
||||||
|
- @llamaindex/mongodb@0.0.6
|
||||||
|
- @llamaindex/pinecone@0.0.6
|
||||||
|
- @llamaindex/postgres@0.0.34
|
||||||
|
- @llamaindex/qdrant@0.1.1
|
||||||
|
- @llamaindex/upstash@0.0.6
|
||||||
|
- @llamaindex/weaviate@0.0.6
|
||||||
|
- @llamaindex/readers@2.0.1
|
||||||
|
- @llamaindex/workflow@0.0.11
|
||||||
|
- @llamaindex/vercel@0.0.12
|
||||||
|
- @llamaindex/vllm@0.0.23
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
+34
-32
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/examples",
|
"name": "@llamaindex/examples",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
@@ -11,36 +11,37 @@
|
|||||||
"@azure/cosmos": "^4.1.1",
|
"@azure/cosmos": "^4.1.1",
|
||||||
"@azure/identity": "^4.4.1",
|
"@azure/identity": "^4.4.1",
|
||||||
"@azure/search-documents": "^12.1.0",
|
"@azure/search-documents": "^12.1.0",
|
||||||
"@llamaindex/anthropic": "^0.1.0",
|
"@llamaindex/anthropic": "^0.1.1",
|
||||||
"@llamaindex/astra": "^0.0.5",
|
"@llamaindex/astra": "^0.0.6",
|
||||||
"@llamaindex/azure": "^0.1.0",
|
"@llamaindex/azure": "^0.1.1",
|
||||||
"@llamaindex/chroma": "^0.0.5",
|
"@llamaindex/chroma": "^0.0.6",
|
||||||
"@llamaindex/clip": "^0.0.36",
|
"@llamaindex/clip": "^0.0.37",
|
||||||
"@llamaindex/cloud": "^3.0.0",
|
"@llamaindex/cloud": "^3.0.1",
|
||||||
"@llamaindex/cohere": "^0.0.5",
|
"@llamaindex/cohere": "^0.0.6",
|
||||||
"@llamaindex/deepinfra": "^0.0.36",
|
"@llamaindex/core": "^0.5.1",
|
||||||
"@llamaindex/env": "^0.1.27",
|
"@llamaindex/deepinfra": "^0.0.37",
|
||||||
"@llamaindex/google": "^0.0.7",
|
"@llamaindex/env": "^0.1.28",
|
||||||
"@llamaindex/groq": "^0.0.51",
|
"@llamaindex/google": "^0.0.8",
|
||||||
"@llamaindex/huggingface": "^0.0.36",
|
"@llamaindex/groq": "^0.0.52",
|
||||||
"@llamaindex/milvus": "^0.1.0",
|
"@llamaindex/huggingface": "^0.0.37",
|
||||||
"@llamaindex/mistral": "^0.0.5",
|
"@llamaindex/milvus": "^0.1.1",
|
||||||
"@llamaindex/mixedbread": "^0.0.5",
|
"@llamaindex/mistral": "^0.0.6",
|
||||||
"@llamaindex/mongodb": "^0.0.5",
|
"@llamaindex/mixedbread": "^0.0.6",
|
||||||
"@llamaindex/node-parser": "^1.0.0",
|
"@llamaindex/mongodb": "^0.0.6",
|
||||||
"@llamaindex/ollama": "^0.0.40",
|
"@llamaindex/node-parser": "^1.0.1",
|
||||||
"@llamaindex/openai": "^0.1.52",
|
"@llamaindex/ollama": "^0.0.41",
|
||||||
"@llamaindex/pinecone": "^0.0.5",
|
"@llamaindex/openai": "^0.1.53",
|
||||||
"@llamaindex/portkey-ai": "^0.0.33",
|
"@llamaindex/pinecone": "^0.0.6",
|
||||||
"@llamaindex/postgres": "^0.0.33",
|
"@llamaindex/portkey-ai": "^0.0.34",
|
||||||
"@llamaindex/qdrant": "^0.1.0",
|
"@llamaindex/postgres": "^0.0.34",
|
||||||
"@llamaindex/readers": "^2.0.0",
|
"@llamaindex/qdrant": "^0.1.1",
|
||||||
"@llamaindex/replicate": "^0.0.33",
|
"@llamaindex/readers": "^2.0.1",
|
||||||
"@llamaindex/upstash": "^0.0.5",
|
"@llamaindex/replicate": "^0.0.34",
|
||||||
"@llamaindex/vercel": "^0.0.11",
|
"@llamaindex/upstash": "^0.0.6",
|
||||||
"@llamaindex/vllm": "^0.0.22",
|
"@llamaindex/vercel": "^0.0.12",
|
||||||
"@llamaindex/weaviate": "^0.0.5",
|
"@llamaindex/vllm": "^0.0.23",
|
||||||
"@llamaindex/workflow": "^0.0.10",
|
"@llamaindex/weaviate": "^0.0.6",
|
||||||
|
"@llamaindex/workflow": "^0.0.11",
|
||||||
"@notionhq/client": "^2.2.15",
|
"@notionhq/client": "^2.2.15",
|
||||||
"@pinecone-database/pinecone": "^4.0.0",
|
"@pinecone-database/pinecone": "^4.0.0",
|
||||||
"@vercel/postgres": "^0.10.0",
|
"@vercel/postgres": "^0.10.0",
|
||||||
@@ -49,8 +50,9 @@
|
|||||||
"commander": "^12.1.0",
|
"commander": "^12.1.0",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
"js-tiktoken": "^1.0.14",
|
"js-tiktoken": "^1.0.14",
|
||||||
"llamaindex": "^0.9.0",
|
"llamaindex": "^0.9.1",
|
||||||
"mongodb": "6.7.0",
|
"mongodb": "6.7.0",
|
||||||
|
"pathe": "^1.1.2",
|
||||||
"postgres": "^3.4.4",
|
"postgres": "^3.4.4",
|
||||||
"wikipedia": "^2.1.2"
|
"wikipedia": "^2.1.2"
|
||||||
},
|
},
|
||||||
|
|||||||
+12
-2
@@ -3,6 +3,18 @@ import fs from "node:fs/promises";
|
|||||||
import { createInterface } from "node:readline/promises";
|
import { createInterface } from "node:readline/promises";
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
|
const rl = createInterface({ input: process.stdin, output: process.stdout });
|
||||||
|
|
||||||
|
if (!process.env.OPENAI_API_KEY) {
|
||||||
|
console.log("OpenAI API key not found in environment variables.");
|
||||||
|
console.log(
|
||||||
|
"You can get an API key at https://platform.openai.com/account/api-keys",
|
||||||
|
);
|
||||||
|
process.env.OPENAI_API_KEY = await rl.question(
|
||||||
|
"Please enter your OpenAI API key: ",
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
const path = "node_modules/llamaindex/examples/abramov.txt";
|
const path = "node_modules/llamaindex/examples/abramov.txt";
|
||||||
const essay = await fs.readFile(path, "utf-8");
|
const essay = await fs.readFile(path, "utf-8");
|
||||||
const document = new Document({ text: essay, id_: path });
|
const document = new Document({ text: essay, id_: path });
|
||||||
@@ -10,8 +22,6 @@ async function main() {
|
|||||||
const index = await VectorStoreIndex.fromDocuments([document]);
|
const index = await VectorStoreIndex.fromDocuments([document]);
|
||||||
const queryEngine = index.asQueryEngine();
|
const queryEngine = index.asQueryEngine();
|
||||||
|
|
||||||
const rl = createInterface({ input: process.stdin, output: process.stdout });
|
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
"Try asking a question about the essay: https://github.com/run-llama/LlamaIndexTS/blob/main/packages/llamaindex/examples/abramov.txt",
|
"Try asking a question about the essay: https://github.com/run-llama/LlamaIndexTS/blob/main/packages/llamaindex/examples/abramov.txt",
|
||||||
"\nExample: When did the author graduate from high school?",
|
"\nExample: When did the author graduate from high school?",
|
||||||
|
|||||||
@@ -43,5 +43,10 @@
|
|||||||
"eslint"
|
"eslint"
|
||||||
],
|
],
|
||||||
"*.{json,md}": "prettier --check"
|
"*.{json,md}": "prettier --check"
|
||||||
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"patchedDependencies": {
|
||||||
|
"bunchee@6.3.4": "patches/bunchee@6.3.4.patch"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# @llamaindex/autotool
|
# @llamaindex/autotool
|
||||||
|
|
||||||
|
## 6.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [6d37d44]
|
||||||
|
- llamaindex@0.9.1
|
||||||
|
|
||||||
## 6.0.0
|
## 6.0.0
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/autotool-01-node-example
|
# @llamaindex/autotool-01-node-example
|
||||||
|
|
||||||
|
## 0.0.82
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [6d37d44]
|
||||||
|
- llamaindex@0.9.1
|
||||||
|
- @llamaindex/autotool@6.0.1
|
||||||
|
|
||||||
## 0.0.81
|
## 0.0.81
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -13,5 +13,5 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
|
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
|
||||||
},
|
},
|
||||||
"version": "0.0.81"
|
"version": "0.0.82"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/autotool-02-next-example
|
# @llamaindex/autotool-02-next-example
|
||||||
|
|
||||||
|
## 0.1.126
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [6d37d44]
|
||||||
|
- llamaindex@0.9.1
|
||||||
|
- @llamaindex/autotool@6.0.1
|
||||||
|
|
||||||
## 0.1.125
|
## 0.1.125
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/autotool-02-next-example",
|
"name": "@llamaindex/autotool-02-next-example",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.1.125",
|
"version": "0.1.126",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"url": "git+https://github.com/run-llama/LlamaIndexTS.git",
|
"url": "git+https://github.com/run-llama/LlamaIndexTS.git",
|
||||||
"directory": "packages/autotool"
|
"directory": "packages/autotool"
|
||||||
},
|
},
|
||||||
"version": "6.0.0",
|
"version": "6.0.1",
|
||||||
"description": "auto transpile your JS function to LLM Agent compatible",
|
"description": "auto transpile your JS function to LLM Agent compatible",
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"@swc/types": "^0.1.12",
|
"@swc/types": "^0.1.12",
|
||||||
"@types/json-schema": "^7.0.15",
|
"@types/json-schema": "^7.0.15",
|
||||||
"@types/node": "^22.9.0",
|
"@types/node": "^22.9.0",
|
||||||
"bunchee": "6.2.0",
|
"bunchee": "6.3.4",
|
||||||
"llamaindex": "workspace:*",
|
"llamaindex": "workspace:*",
|
||||||
"next": "15.0.3",
|
"next": "15.0.3",
|
||||||
"rollup": "^4.28.1",
|
"rollup": "^4.28.1",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/cloud
|
# @llamaindex/cloud
|
||||||
|
|
||||||
|
## 3.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 3.0.0
|
## 3.0.0
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/cloud",
|
"name": "@llamaindex/cloud",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -24,10 +24,7 @@
|
|||||||
"types": "./api/dist/index.d.ts",
|
"types": "./api/dist/index.d.ts",
|
||||||
"default": "./api/dist/index.js"
|
"default": "./api/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./api/dist/index.js"
|
||||||
"types": "./api/dist/index.d.ts",
|
|
||||||
"default": "./api/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./reader": {
|
"./reader": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -38,10 +35,7 @@
|
|||||||
"types": "./reader/dist/index.d.ts",
|
"types": "./reader/dist/index.d.ts",
|
||||||
"default": "./reader/dist/index.js"
|
"default": "./reader/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./reader/dist/index.js"
|
||||||
"types": "./reader/dist/index.d.ts",
|
|
||||||
"default": "./reader/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
".": {
|
".": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -52,10 +46,7 @@
|
|||||||
"types": "./reader/dist/index.d.ts",
|
"types": "./reader/dist/index.d.ts",
|
||||||
"default": "./reader/dist/index.js"
|
"default": "./reader/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./reader/dist/index.js"
|
||||||
"types": "./reader/dist/index.d.ts",
|
|
||||||
"default": "./reader/dist/index.js"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -68,7 +59,7 @@
|
|||||||
"@hey-api/openapi-ts": "^0.61.0",
|
"@hey-api/openapi-ts": "^0.61.0",
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
"@llamaindex/env": "workspace:*",
|
"@llamaindex/env": "workspace:*",
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/community
|
# @llamaindex/community
|
||||||
|
|
||||||
|
## 0.0.83
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.82
|
## 0.0.82
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/community",
|
"name": "@llamaindex/community",
|
||||||
"description": "Community package for LlamaIndexTS",
|
"description": "Community package for LlamaIndexTS",
|
||||||
"version": "0.0.82",
|
"version": "0.0.83",
|
||||||
"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",
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.9.0",
|
"@types/node": "^22.9.0",
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-bedrock-agent-runtime": "^3.706.0",
|
"@aws-sdk/client-bedrock-agent-runtime": "^3.706.0",
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# @llamaindex/core
|
# @llamaindex/core
|
||||||
|
|
||||||
|
## 0.5.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
|
||||||
## 0.5.0
|
## 0.5.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
+27
-102
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/core",
|
"name": "@llamaindex/core",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"description": "LlamaIndex Core Module",
|
"description": "LlamaIndex Core Module",
|
||||||
"exports": {
|
"exports": {
|
||||||
"./agent": {
|
"./agent": {
|
||||||
@@ -13,10 +13,7 @@
|
|||||||
"types": "./agent/dist/index.d.ts",
|
"types": "./agent/dist/index.d.ts",
|
||||||
"default": "./agent/dist/index.js"
|
"default": "./agent/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./agent/dist/index.js"
|
||||||
"types": "./agent/dist/index.d.ts",
|
|
||||||
"default": "./agent/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./objects": {
|
"./objects": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -27,10 +24,7 @@
|
|||||||
"types": "./objects/dist/index.d.ts",
|
"types": "./objects/dist/index.d.ts",
|
||||||
"default": "./objects/dist/index.js"
|
"default": "./objects/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./objects/dist/index.js"
|
||||||
"types": "./objects/dist/index.d.ts",
|
|
||||||
"default": "./objects/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./node-parser": {
|
"./node-parser": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -41,10 +35,7 @@
|
|||||||
"types": "./node-parser/dist/index.d.ts",
|
"types": "./node-parser/dist/index.d.ts",
|
||||||
"default": "./node-parser/dist/index.js"
|
"default": "./node-parser/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./node-parser/dist/index.js"
|
||||||
"types": "./node-parser/dist/index.d.ts",
|
|
||||||
"default": "./node-parser/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./query-engine": {
|
"./query-engine": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -55,10 +46,7 @@
|
|||||||
"types": "./query-engine/dist/index.d.ts",
|
"types": "./query-engine/dist/index.d.ts",
|
||||||
"default": "./query-engine/dist/index.js"
|
"default": "./query-engine/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./query-engine/dist/index.js"
|
||||||
"types": "./query-engine/dist/index.d.ts",
|
|
||||||
"default": "./query-engine/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./llms": {
|
"./llms": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -69,10 +57,7 @@
|
|||||||
"types": "./llms/dist/index.d.ts",
|
"types": "./llms/dist/index.d.ts",
|
||||||
"default": "./llms/dist/index.js"
|
"default": "./llms/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./llms/dist/index.js"
|
||||||
"types": "./llms/dist/index.d.ts",
|
|
||||||
"default": "./llms/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./decorator": {
|
"./decorator": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -83,10 +68,7 @@
|
|||||||
"types": "./decorator/dist/index.d.ts",
|
"types": "./decorator/dist/index.d.ts",
|
||||||
"default": "./decorator/dist/index.js"
|
"default": "./decorator/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./decorator/dist/index.js"
|
||||||
"types": "./decorator/dist/index.d.ts",
|
|
||||||
"default": "./decorator/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./embeddings": {
|
"./embeddings": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -97,10 +79,7 @@
|
|||||||
"types": "./embeddings/dist/index.d.ts",
|
"types": "./embeddings/dist/index.d.ts",
|
||||||
"default": "./embeddings/dist/index.js"
|
"default": "./embeddings/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./embeddings/dist/index.js"
|
||||||
"types": "./embeddings/dist/index.d.ts",
|
|
||||||
"default": "./embeddings/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./global": {
|
"./global": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -111,10 +90,7 @@
|
|||||||
"types": "./global/dist/index.d.ts",
|
"types": "./global/dist/index.d.ts",
|
||||||
"default": "./global/dist/index.js"
|
"default": "./global/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./global/dist/index.js"
|
||||||
"types": "./global/dist/index.d.ts",
|
|
||||||
"default": "./global/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./schema": {
|
"./schema": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -125,10 +101,7 @@
|
|||||||
"types": "./schema/dist/index.d.ts",
|
"types": "./schema/dist/index.d.ts",
|
||||||
"default": "./schema/dist/index.js"
|
"default": "./schema/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./schema/dist/index.js"
|
||||||
"types": "./schema/dist/index.d.ts",
|
|
||||||
"default": "./schema/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./utils": {
|
"./utils": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -139,10 +112,7 @@
|
|||||||
"types": "./utils/dist/index.d.ts",
|
"types": "./utils/dist/index.d.ts",
|
||||||
"default": "./utils/dist/index.js"
|
"default": "./utils/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./utils/dist/index.js"
|
||||||
"types": "./utils/dist/index.d.ts",
|
|
||||||
"default": "./utils/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./prompts": {
|
"./prompts": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -153,10 +123,7 @@
|
|||||||
"types": "./prompts/dist/index.d.ts",
|
"types": "./prompts/dist/index.d.ts",
|
||||||
"default": "./prompts/dist/index.js"
|
"default": "./prompts/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./prompts/dist/index.js"
|
||||||
"types": "./prompts/dist/index.d.ts",
|
|
||||||
"default": "./prompts/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./indices": {
|
"./indices": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -167,10 +134,7 @@
|
|||||||
"types": "./indices/dist/index.d.ts",
|
"types": "./indices/dist/index.d.ts",
|
||||||
"default": "./indices/dist/index.js"
|
"default": "./indices/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./indices/dist/index.js"
|
||||||
"types": "./indices/dist/index.d.ts",
|
|
||||||
"default": "./indices/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./workflow": {
|
"./workflow": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -181,10 +145,7 @@
|
|||||||
"types": "./workflow/dist/index.d.ts",
|
"types": "./workflow/dist/index.d.ts",
|
||||||
"default": "./workflow/dist/index.js"
|
"default": "./workflow/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./workflow/dist/index.js"
|
||||||
"types": "./workflow/dist/index.d.ts",
|
|
||||||
"default": "./workflow/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./memory": {
|
"./memory": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -195,10 +156,7 @@
|
|||||||
"types": "./memory/dist/index.d.ts",
|
"types": "./memory/dist/index.d.ts",
|
||||||
"default": "./memory/dist/index.js"
|
"default": "./memory/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./memory/dist/index.js"
|
||||||
"types": "./memory/dist/index.d.ts",
|
|
||||||
"default": "./memory/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./storage/chat-store": {
|
"./storage/chat-store": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -209,10 +167,7 @@
|
|||||||
"types": "./storage/chat-store/dist/index.d.ts",
|
"types": "./storage/chat-store/dist/index.d.ts",
|
||||||
"default": "./storage/chat-store/dist/index.js"
|
"default": "./storage/chat-store/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./storage/chat-store/dist/index.js"
|
||||||
"types": "./storage/chat-store/dist/index.d.ts",
|
|
||||||
"default": "./storage/chat-store/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./storage/doc-store": {
|
"./storage/doc-store": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -223,10 +178,7 @@
|
|||||||
"types": "./storage/doc-store/dist/index.d.ts",
|
"types": "./storage/doc-store/dist/index.d.ts",
|
||||||
"default": "./storage/doc-store/dist/index.js"
|
"default": "./storage/doc-store/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./storage/doc-store/dist/index.js"
|
||||||
"types": "./storage/doc-store/dist/index.d.ts",
|
|
||||||
"default": "./storage/doc-store/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./storage/index-store": {
|
"./storage/index-store": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -237,10 +189,7 @@
|
|||||||
"types": "./storage/index-store/dist/index.d.ts",
|
"types": "./storage/index-store/dist/index.d.ts",
|
||||||
"default": "./storage/index-store/dist/index.js"
|
"default": "./storage/index-store/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./storage/index-store/dist/index.js"
|
||||||
"types": "./storage/index-store/dist/index.d.ts",
|
|
||||||
"default": "./storage/index-store/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./storage/kv-store": {
|
"./storage/kv-store": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -251,10 +200,7 @@
|
|||||||
"types": "./storage/kv-store/dist/index.d.ts",
|
"types": "./storage/kv-store/dist/index.d.ts",
|
||||||
"default": "./storage/kv-store/dist/index.js"
|
"default": "./storage/kv-store/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./storage/kv-store/dist/index.js"
|
||||||
"types": "./storage/kv-store/dist/index.d.ts",
|
|
||||||
"default": "./storage/kv-store/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./response-synthesizers": {
|
"./response-synthesizers": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -265,10 +211,7 @@
|
|||||||
"types": "./response-synthesizers/dist/index.d.ts",
|
"types": "./response-synthesizers/dist/index.d.ts",
|
||||||
"default": "./response-synthesizers/dist/index.js"
|
"default": "./response-synthesizers/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./response-synthesizers/dist/index.js"
|
||||||
"types": "./response-synthesizers/dist/index.d.ts",
|
|
||||||
"default": "./response-synthesizers/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./chat-engine": {
|
"./chat-engine": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -279,10 +222,7 @@
|
|||||||
"types": "./chat-engine/dist/index.d.ts",
|
"types": "./chat-engine/dist/index.d.ts",
|
||||||
"default": "./chat-engine/dist/index.js"
|
"default": "./chat-engine/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./chat-engine/dist/index.js"
|
||||||
"types": "./chat-engine/dist/index.d.ts",
|
|
||||||
"default": "./chat-engine/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./retriever": {
|
"./retriever": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -293,10 +233,7 @@
|
|||||||
"types": "./retriever/dist/index.d.ts",
|
"types": "./retriever/dist/index.d.ts",
|
||||||
"default": "./retriever/dist/index.js"
|
"default": "./retriever/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./retriever/dist/index.js"
|
||||||
"types": "./retriever/dist/index.d.ts",
|
|
||||||
"default": "./retriever/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./vector-store": {
|
"./vector-store": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -307,10 +244,7 @@
|
|||||||
"types": "./vector-store/dist/index.d.ts",
|
"types": "./vector-store/dist/index.d.ts",
|
||||||
"default": "./vector-store/dist/index.js"
|
"default": "./vector-store/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./vector-store/dist/index.js"
|
||||||
"types": "./vector-store/dist/index.d.ts",
|
|
||||||
"default": "./vector-store/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./tools": {
|
"./tools": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -321,10 +255,7 @@
|
|||||||
"types": "./tools/dist/index.d.ts",
|
"types": "./tools/dist/index.d.ts",
|
||||||
"default": "./tools/dist/index.js"
|
"default": "./tools/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./tools/dist/index.js"
|
||||||
"types": "./tools/dist/index.d.ts",
|
|
||||||
"default": "./tools/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./data-structs": {
|
"./data-structs": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -335,10 +266,7 @@
|
|||||||
"types": "./data-structs/dist/index.d.ts",
|
"types": "./data-structs/dist/index.d.ts",
|
||||||
"default": "./data-structs/dist/index.js"
|
"default": "./data-structs/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./data-structs/dist/index.js"
|
||||||
"types": "./data-structs/dist/index.d.ts",
|
|
||||||
"default": "./data-structs/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./postprocessor": {
|
"./postprocessor": {
|
||||||
"require": {
|
"require": {
|
||||||
@@ -349,10 +277,7 @@
|
|||||||
"types": "./postprocessor/dist/index.d.ts",
|
"types": "./postprocessor/dist/index.d.ts",
|
||||||
"default": "./postprocessor/dist/index.js"
|
"default": "./postprocessor/dist/index.js"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./postprocessor/dist/index.js"
|
||||||
"types": "./postprocessor/dist/index.d.ts",
|
|
||||||
"default": "./postprocessor/dist/index.js"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
@@ -391,7 +316,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@edge-runtime/vm": "^4.0.4",
|
"@edge-runtime/vm": "^4.0.4",
|
||||||
"ajv": "^8.17.1",
|
"ajv": "^8.17.1",
|
||||||
"bunchee": "6.2.0",
|
"bunchee": "6.3.4",
|
||||||
"happy-dom": "^15.11.6",
|
"happy-dom": "^15.11.6",
|
||||||
"natural": "^8.0.1"
|
"natural": "^8.0.1"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import type { BaseEmbedding } from "../embeddings/base.js";
|
import type { BaseEmbedding } from "../embeddings";
|
||||||
import { Settings } from "../global";
|
import { Settings } from "../global";
|
||||||
import type { BaseNode, ModalityType } from "../schema/node.js";
|
import type { BaseNode, ModalityType } from "../schema";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* should compatible with npm:pg and npm:postgres
|
* should compatible with npm:pg and npm:postgres
|
||||||
|
|||||||
Vendored
+6
@@ -1,5 +1,11 @@
|
|||||||
# @llamaindex/env
|
# @llamaindex/env
|
||||||
|
|
||||||
|
## 0.1.28
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- cc50c9c: fix: missing release
|
||||||
|
|
||||||
## 0.1.27
|
## 0.1.27
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
Vendored
+4
-10
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/env",
|
"name": "@llamaindex/env",
|
||||||
"description": "environment wrapper, supports all JS environment including node, deno, bun, edge runtime, and cloudflare worker",
|
"description": "environment wrapper, supports all JS environment including node, deno, bun, edge runtime, and cloudflare worker",
|
||||||
"version": "0.1.27",
|
"version": "0.1.28",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"module": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
@@ -72,10 +72,7 @@
|
|||||||
"types": "./tokenizers/dist/index.d.cts",
|
"types": "./tokenizers/dist/index.d.cts",
|
||||||
"default": "./tokenizers/dist/index.cjs"
|
"default": "./tokenizers/dist/index.cjs"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./tokenizers/dist/index.js"
|
||||||
"types": "./tokenizers/dist/index.d.ts",
|
|
||||||
"default": "./tokenizers/dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./multi-model": {
|
"./multi-model": {
|
||||||
"workerd": {
|
"workerd": {
|
||||||
@@ -98,10 +95,7 @@
|
|||||||
"types": "./multi-model/dist/index.d.cts",
|
"types": "./multi-model/dist/index.d.cts",
|
||||||
"default": "./multi-model/dist/index.cjs"
|
"default": "./multi-model/dist/index.cjs"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": "./multi-model/dist/index.js"
|
||||||
"types": "./multi-model/dist/index.d.ts",
|
|
||||||
"default": "./multi-model/dist/index.js"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
@@ -125,7 +119,7 @@
|
|||||||
"@huggingface/transformers": "^3.0.2",
|
"@huggingface/transformers": "^3.0.2",
|
||||||
"@types/node": "^22.9.0",
|
"@types/node": "^22.9.0",
|
||||||
"@types/readable-stream": "^4.0.15",
|
"@types/readable-stream": "^4.0.15",
|
||||||
"bunchee": "6.2.0",
|
"bunchee": "6.3.4",
|
||||||
"gpt-tokenizer": "^2.6.2",
|
"gpt-tokenizer": "^2.6.2",
|
||||||
"pathe": "^1.1.2",
|
"pathe": "^1.1.2",
|
||||||
"vitest": "^2.1.5"
|
"vitest": "^2.1.5"
|
||||||
|
|||||||
Vendored
+5
-4
@@ -20,7 +20,7 @@ import { Readable } from "node:stream";
|
|||||||
import { fileURLToPath } from "node:url";
|
import { fileURLToPath } from "node:url";
|
||||||
import { createWriteStream, fs } from "./fs/node.js";
|
import { createWriteStream, fs } from "./fs/node.js";
|
||||||
import "./global-check.js";
|
import "./global-check.js";
|
||||||
import { type SHA256, process } from "./node-polyfill.js";
|
import { type SHA256 } from "./node-polyfill.js";
|
||||||
|
|
||||||
export function createSHA256(): SHA256 {
|
export function createSHA256(): SHA256 {
|
||||||
const hash = createHash("sha256");
|
const hash = createHash("sha256");
|
||||||
@@ -34,18 +34,19 @@ export function createSHA256(): SHA256 {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const process = globalThis.process;
|
||||||
|
|
||||||
export * from "./als/index.node.js";
|
export * from "./als/index.node.js";
|
||||||
export { consoleLogger, emptyLogger, type Logger } from "./logger/index.js";
|
export { consoleLogger, emptyLogger, type Logger } from "./logger/index.js";
|
||||||
export { CustomEvent, getEnv, setEnvs } from "./utils/index.js";
|
export { CustomEvent, getEnv, setEnvs } from "./utils/index.js";
|
||||||
export { NotSupportCurrentRuntimeClass } from "./utils/shared.js";
|
export { NotSupportCurrentRuntimeClass } from "./utils/shared.js";
|
||||||
export {
|
export {
|
||||||
EOL,
|
|
||||||
Readable,
|
|
||||||
createWriteStream,
|
createWriteStream,
|
||||||
|
EOL,
|
||||||
fileURLToPath,
|
fileURLToPath,
|
||||||
fs,
|
fs,
|
||||||
ok,
|
ok,
|
||||||
path,
|
path,
|
||||||
process,
|
|
||||||
randomUUID,
|
randomUUID,
|
||||||
|
Readable,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# @llamaindex/experimental
|
# @llamaindex/experimental
|
||||||
|
|
||||||
|
## 0.0.151
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [6d37d44]
|
||||||
|
- llamaindex@0.9.1
|
||||||
|
|
||||||
## 0.0.150
|
## 0.0.150
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/experimental",
|
"name": "@llamaindex/experimental",
|
||||||
"description": "Experimental package for LlamaIndexTS",
|
"description": "Experimental package for LlamaIndexTS",
|
||||||
"version": "0.0.150",
|
"version": "0.0.151",
|
||||||
"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",
|
||||||
|
|||||||
@@ -1,5 +1,17 @@
|
|||||||
# llamaindex
|
# llamaindex
|
||||||
|
|
||||||
|
## 0.9.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 6d37d44: fix: Update react agent to support tool calls from Cohere command-r models
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/cloud@3.0.1
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
- @llamaindex/node-parser@1.0.1
|
||||||
|
- @llamaindex/openai@0.1.53
|
||||||
|
|
||||||
## 0.9.0
|
## 0.9.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "llamaindex",
|
"name": "llamaindex",
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ function extractToolUse(
|
|||||||
inputText: string,
|
inputText: string,
|
||||||
): [thought: string, action: string, input: string] {
|
): [thought: string, action: string, input: string] {
|
||||||
const pattern =
|
const pattern =
|
||||||
/\s*Thought: (.*?)\nAction: ([a-zA-Z0-9_]+).*?\.*Input: .*?(\{.*?\})/s;
|
/\s*Thought: (.*?)\nAction: ([a-zA-Z0-9_]+).*?\.*[Input:]*.*?(\{.*?\})/s;
|
||||||
|
|
||||||
const match = inputText.match(pattern);
|
const match = inputText.match(pattern);
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/node-parser
|
# @llamaindex/node-parser
|
||||||
|
|
||||||
|
## 1.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/node-parser",
|
"name": "@llamaindex/node-parser",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Node parser for LlamaIndex",
|
"description": "Node parser for LlamaIndex",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
"@llamaindex/env": "workspace:*",
|
"@llamaindex/env": "workspace:*",
|
||||||
"@types/html-to-text": "^9.0.4",
|
"@types/html-to-text": "^9.0.4",
|
||||||
"@types/node": "^22.9.0",
|
"@types/node": "^22.9.0",
|
||||||
"bunchee": "6.2.0",
|
"bunchee": "6.3.4",
|
||||||
"tree-sitter": "^0.22.1",
|
"tree-sitter": "^0.22.1",
|
||||||
"web-tree-sitter": "^0.24.4"
|
"web-tree-sitter": "^0.24.4"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/anthropic
|
# @llamaindex/anthropic
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/anthropic",
|
"name": "@llamaindex/anthropic",
|
||||||
"description": "Anthropic Adapter for LlamaIndex",
|
"description": "Anthropic Adapter for LlamaIndex",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
"test": "vitest run"
|
"test": "vitest run"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0",
|
"bunchee": "6.3.4",
|
||||||
"vitest": "^2.1.5"
|
"vitest": "^2.1.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
# @llamaindex/clip
|
# @llamaindex/clip
|
||||||
|
|
||||||
|
## 0.0.37
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
- @llamaindex/openai@0.1.53
|
||||||
|
|
||||||
## 0.0.36
|
## 0.0.36
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/clip",
|
"name": "@llamaindex/clip",
|
||||||
"description": "Clip Embedding Adapter for LlamaIndex",
|
"description": "Clip Embedding Adapter for LlamaIndex",
|
||||||
"version": "0.0.36",
|
"version": "0.0.37",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@huggingface/transformers": "^3.0.2",
|
"@huggingface/transformers": "^3.0.2",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/cohere
|
# @llamaindex/cohere
|
||||||
|
|
||||||
|
## 0.0.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.5
|
## 0.0.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/cohere",
|
"name": "@llamaindex/cohere",
|
||||||
"description": "Cohere Adapter for LlamaIndex",
|
"description": "Cohere Adapter for LlamaIndex",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
# @llamaindex/deepinfra
|
# @llamaindex/deepinfra
|
||||||
|
|
||||||
|
## 0.0.37
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
- @llamaindex/openai@0.1.53
|
||||||
|
|
||||||
## 0.0.36
|
## 0.0.36
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/deepinfra",
|
"name": "@llamaindex/deepinfra",
|
||||||
"description": "Deepinfra Adapter for LlamaIndex",
|
"description": "Deepinfra Adapter for LlamaIndex",
|
||||||
"version": "0.0.36",
|
"version": "0.0.37",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/google
|
# @llamaindex/google
|
||||||
|
|
||||||
|
## 0.0.8
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.7
|
## 0.0.7
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/google",
|
"name": "@llamaindex/google",
|
||||||
"description": "Google Adapter for LlamaIndex",
|
"description": "Google Adapter for LlamaIndex",
|
||||||
"version": "0.0.7",
|
"version": "0.0.8",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -30,12 +30,12 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@google-cloud/vertexai": "1.9.0",
|
||||||
"@llamaindex/env": "workspace:*",
|
|
||||||
"@google/generative-ai": "0.21.0",
|
"@google/generative-ai": "0.21.0",
|
||||||
"@google-cloud/vertexai": "1.9.0"
|
"@llamaindex/core": "workspace:*",
|
||||||
|
"@llamaindex/env": "workspace:*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/groq
|
# @llamaindex/groq
|
||||||
|
|
||||||
|
## 0.0.52
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/openai@0.1.53
|
||||||
|
|
||||||
## 0.0.51
|
## 0.0.51
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/groq",
|
"name": "@llamaindex/groq",
|
||||||
"description": "Groq Adapter for LlamaIndex",
|
"description": "Groq Adapter for LlamaIndex",
|
||||||
"version": "0.0.51",
|
"version": "0.0.52",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/env": "workspace:*",
|
"@llamaindex/env": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
# @llamaindex/huggingface
|
# @llamaindex/huggingface
|
||||||
|
|
||||||
|
## 0.0.37
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
- @llamaindex/openai@0.1.53
|
||||||
|
|
||||||
## 0.0.36
|
## 0.0.36
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/huggingface",
|
"name": "@llamaindex/huggingface",
|
||||||
"description": "Huggingface Adapter for LlamaIndex",
|
"description": "Huggingface Adapter for LlamaIndex",
|
||||||
"version": "0.0.36",
|
"version": "0.0.37",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@huggingface/inference": "^2.8.1",
|
"@huggingface/inference": "^2.8.1",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/mistral
|
# @llamaindex/mistral
|
||||||
|
|
||||||
|
## 0.0.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.5
|
## 0.0.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/mistral",
|
"name": "@llamaindex/mistral",
|
||||||
"description": "Mistral Adapter for LlamaIndex",
|
"description": "Mistral Adapter for LlamaIndex",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/mixedbread
|
# @llamaindex/mixedbread
|
||||||
|
|
||||||
|
## 0.0.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.5
|
## 0.0.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/mixedbread",
|
"name": "@llamaindex/mixedbread",
|
||||||
"description": "Mixedbread Adapter for LlamaIndex",
|
"description": "Mixedbread Adapter for LlamaIndex",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/ollama
|
# @llamaindex/ollama
|
||||||
|
|
||||||
|
## 0.0.41
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.40
|
## 0.0.40
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/ollama",
|
"name": "@llamaindex/ollama",
|
||||||
"description": "Ollama Adapter for LlamaIndex",
|
"description": "Ollama Adapter for LlamaIndex",
|
||||||
"version": "0.0.40",
|
"version": "0.0.41",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/openai
|
# @llamaindex/openai
|
||||||
|
|
||||||
|
## 0.1.53
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.1.52
|
## 0.1.52
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/openai",
|
"name": "@llamaindex/openai",
|
||||||
"description": "OpenAI Adapter for LlamaIndex",
|
"description": "OpenAI Adapter for LlamaIndex",
|
||||||
"version": "0.1.52",
|
"version": "0.1.53",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/portkey-ai
|
# @llamaindex/portkey-ai
|
||||||
|
|
||||||
|
## 0.0.34
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.33
|
## 0.0.33
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/portkey-ai",
|
"name": "@llamaindex/portkey-ai",
|
||||||
"description": "Portkey Adapter for LlamaIndex",
|
"description": "Portkey Adapter for LlamaIndex",
|
||||||
"version": "0.0.33",
|
"version": "0.0.34",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/replicate
|
# @llamaindex/replicate
|
||||||
|
|
||||||
|
## 0.0.34
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.33
|
## 0.0.33
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/replicate",
|
"name": "@llamaindex/replicate",
|
||||||
"description": "Replicate Adapter for LlamaIndex",
|
"description": "Replicate Adapter for LlamaIndex",
|
||||||
"version": "0.0.33",
|
"version": "0.0.34",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/astra
|
# @llamaindex/astra
|
||||||
|
|
||||||
|
## 0.0.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.5
|
## 0.0.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/astra",
|
"name": "@llamaindex/astra",
|
||||||
"description": "Astra Storage for LlamaIndex",
|
"description": "Astra Storage for LlamaIndex",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -38,11 +38,11 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@datastax/astra-db-ts": "^1.4.1",
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
"@llamaindex/env": "workspace:*",
|
"@llamaindex/env": "workspace:*"
|
||||||
"@datastax/astra-db-ts": "^1.4.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/azure
|
# @llamaindex/azure
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/azure",
|
"name": "@llamaindex/azure",
|
||||||
"description": "Azure Storage for LlamaIndex",
|
"description": "Azure Storage for LlamaIndex",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@llamaindex/openai": "workspace:*",
|
"@llamaindex/openai": "workspace:*",
|
||||||
"@types/node": "^22.9.0",
|
"@types/node": "^22.9.0",
|
||||||
"bunchee": "6.2.0",
|
"bunchee": "6.3.4",
|
||||||
"dotenv": "^16.4.7",
|
"dotenv": "^16.4.7",
|
||||||
"vitest": "^2.1.5"
|
"vitest": "^2.1.5"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/chroma
|
# @llamaindex/chroma
|
||||||
|
|
||||||
|
## 0.0.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.5
|
## 0.0.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/chroma",
|
"name": "@llamaindex/chroma",
|
||||||
"description": "Chroma Storage for LlamaIndex",
|
"description": "Chroma Storage for LlamaIndex",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/milvus
|
# @llamaindex/milvus
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/milvus",
|
"name": "@llamaindex/milvus",
|
||||||
"description": "Milvus Storage for LlamaIndex",
|
"description": "Milvus Storage for LlamaIndex",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -40,13 +40,13 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@llamaindex/openai": "workspace:*",
|
"@llamaindex/openai": "workspace:*",
|
||||||
"bunchee": "6.2.0",
|
"bunchee": "6.3.4",
|
||||||
"vitest": "^2.1.5"
|
"vitest": "^2.1.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@grpc/grpc-js": "^1.12.2",
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
"@llamaindex/env": "workspace:*",
|
"@llamaindex/env": "workspace:*",
|
||||||
"@grpc/grpc-js": "^1.12.2",
|
|
||||||
"@zilliz/milvus2-sdk-node": "^2.4.6"
|
"@zilliz/milvus2-sdk-node": "^2.4.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/mongodb
|
# @llamaindex/mongodb
|
||||||
|
|
||||||
|
## 0.0.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.5
|
## 0.0.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/mongodb",
|
"name": "@llamaindex/mongodb",
|
||||||
"description": "MongoDB Storage for LlamaIndex",
|
"description": "MongoDB Storage for LlamaIndex",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/pinecone
|
# @llamaindex/pinecone
|
||||||
|
|
||||||
|
## 0.0.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.5
|
## 0.0.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/pinecone",
|
"name": "@llamaindex/pinecone",
|
||||||
"description": "Pinecone Storage for LlamaIndex",
|
"description": "Pinecone Storage for LlamaIndex",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/postgres
|
# @llamaindex/postgres
|
||||||
|
|
||||||
|
## 0.0.34
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.33
|
## 0.0.33
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/postgres",
|
"name": "@llamaindex/postgres",
|
||||||
"description": "PostgreSQL Storage for LlamaIndex",
|
"description": "PostgreSQL Storage for LlamaIndex",
|
||||||
"version": "0.0.33",
|
"version": "0.0.34",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -38,9 +38,9 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0",
|
|
||||||
"@types/pg": "^8.11.8",
|
"@types/pg": "^8.11.8",
|
||||||
"@vercel/postgres": "^0.10.0",
|
"@vercel/postgres": "^0.10.0",
|
||||||
|
"bunchee": "6.3.4",
|
||||||
"pg": "^8.12.0",
|
"pg": "^8.12.0",
|
||||||
"pgvector": "0.2.0",
|
"pgvector": "0.2.0",
|
||||||
"postgres": "^3.4.4"
|
"postgres": "^3.4.4"
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/qdrant
|
# @llamaindex/qdrant
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/qdrant",
|
"name": "@llamaindex/qdrant",
|
||||||
"description": "Qdrant Storage for LlamaIndex",
|
"description": "Qdrant Storage for LlamaIndex",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -39,9 +39,9 @@
|
|||||||
"test": "vitest run"
|
"test": "vitest run"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0",
|
"@llamaindex/openai": "workspace:*",
|
||||||
"vitest": "^2.1.5",
|
"bunchee": "6.3.4",
|
||||||
"@llamaindex/openai": "workspace:*"
|
"vitest": "^2.1.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/upstash
|
# @llamaindex/upstash
|
||||||
|
|
||||||
|
## 0.0.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.5
|
## 0.0.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/upstash",
|
"name": "@llamaindex/upstash",
|
||||||
"description": "Upstash Storage for LlamaIndex",
|
"description": "Upstash Storage for LlamaIndex",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @llamaindex/weaviate
|
# @llamaindex/weaviate
|
||||||
|
|
||||||
|
## 0.0.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [cc50c9c]
|
||||||
|
- @llamaindex/env@0.1.28
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.5
|
## 0.0.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/weaviate",
|
"name": "@llamaindex/weaviate",
|
||||||
"description": "Weaviate Storage for LlamaIndex",
|
"description": "Weaviate Storage for LlamaIndex",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# @llamaindex/vercel
|
# @llamaindex/vercel
|
||||||
|
|
||||||
|
## 0.0.12
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- @llamaindex/core@0.5.1
|
||||||
|
|
||||||
## 0.0.11
|
## 0.0.11
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/vercel",
|
"name": "@llamaindex/vercel",
|
||||||
"description": "Vercel Adapter for LlamaIndex",
|
"description": "Vercel Adapter for LlamaIndex",
|
||||||
"version": "0.0.11",
|
"version": "0.0.12",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
"dev": "bunchee --watch"
|
"dev": "bunchee --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunchee": "6.2.0"
|
"bunchee": "6.3.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/core": "workspace:*",
|
"@llamaindex/core": "workspace:*",
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# @llamaindex/vllm
|
# @llamaindex/vllm
|
||||||
|
|
||||||
|
## 0.0.23
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- @llamaindex/openai@0.1.53
|
||||||
|
|
||||||
## 0.0.22
|
## 0.0.22
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user