Skip to content

Commit

Permalink
Merge branch 'main' into feat/obsidian-reader
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhao62 authored Nov 28, 2024
2 parents 20545ec + dc85649 commit 7d82e1f
Show file tree
Hide file tree
Showing 173 changed files with 9,449 additions and 3,584 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# LlamaIndex.TS
<p align="center">
<img height="100" width="100" alt="LlamaIndex logo" src="https://ts.llamaindex.ai/square.svg" />
</p>
<h1 align="center">LlamaIndex.TS</h1>
<h3 align="center">
Data framework for your LLM application.
</h3>

[![NPM Version](https://img.shields.io/npm/v/llamaindex)](https://www.npmjs.com/package/llamaindex)
[![NPM License](https://img.shields.io/npm/l/llamaindex)](https://www.npmjs.com/package/llamaindex)
[![NPM Downloads](https://img.shields.io/npm/dm/llamaindex)](https://www.npmjs.com/package/llamaindex)
[![Discord](https://img.shields.io/discord/1059199217496772688)](https://discord.com/invite/eN6D2HQ4aX)

LlamaIndex is a data framework for your LLM application.

Use your own data with large language models (LLMs, OpenAI ChatGPT and others) in JS runtime environments with TypeScript support.

Documentation: https://ts.llamaindex.ai/
Expand Down
110 changes: 110 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,115 @@
# docs

## 0.0.128

### Patch Changes

- [email protected]

## 0.0.127

### Patch Changes

- Updated dependencies [819af45]
- [email protected]

## 0.0.126

### Patch Changes

- Updated dependencies [83c3897]
- Updated dependencies [efa2211]
- [email protected]

## 0.0.125

### Patch Changes

- Updated dependencies [02b22da]
- [email protected]

## 0.0.124

### Patch Changes

- Updated dependencies [90d265c]
- [email protected]

## 0.0.123

### Patch Changes

- Updated dependencies [d17450f]
- [email protected]

## 0.0.122

### Patch Changes

- [email protected]

## 0.0.121

### Patch Changes

- [email protected]

## 0.0.120

### Patch Changes

- Updated dependencies [3d503cb]
- Updated dependencies [5dae534]
- [email protected]

## 0.0.119

### Patch Changes

- Updated dependencies [630b425]
- [email protected]

## 0.0.118

### Patch Changes

- [email protected]
- @llamaindex/examples@0.0.16

## 0.0.117

### Patch Changes

- @llamaindex/examples@0.0.15

## 0.0.116

### Patch Changes

- [email protected]

## 0.0.115

### Patch Changes

- [email protected]

## 0.0.114

### Patch Changes

- Updated dependencies [f066e50]
- [email protected]
- @llamaindex/examples@0.0.14

## 0.0.113

### Patch Changes

- Updated dependencies [4fc001c]
- Updated dependencies [4d4cd8a]
- [email protected]

## 0.0.112

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions apps/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ const config = {
({
// Replace with your project's social card
image: "img/favicon.png", // TODO change this
announcementBar: {
id: "migrate_to_next",
content:
'We are migrating to Next.js based documentation. Check it out <a href="https://ts.llamaindex.ai/docs/llamaindex">here</a>!',
isCloseable: false,
},
navbar: {
title: "LlamaIndex.TS",
logo: {
Expand Down
16 changes: 8 additions & 8 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.112",
"version": "0.0.128",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -15,23 +15,23 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.6.0",
"@docusaurus/remark-plugin-npm2yarn": "3.6.0",
"@docusaurus/core": "3.6.1",
"@docusaurus/remark-plugin-npm2yarn": "3.6.1",
"@llamaindex/examples": "workspace:*",
"@mdx-js/react": "^3.1.0",
"clsx": "^2.1.1",
"llamaindex": "workspace:*",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"prism-react-renderer": "^2.4.0",
"raw-loader": "^4.0.2",
"react": "^18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.6.0",
"@docusaurus/preset-classic": "3.6.0",
"@docusaurus/theme-classic": "3.6.0",
"@docusaurus/types": "3.6.0",
"@docusaurus/module-type-aliases": "3.6.1",
"@docusaurus/preset-classic": "3.6.1",
"@docusaurus/theme-classic": "3.6.1",
"@docusaurus/types": "3.6.1",
"@tsconfig/docusaurus": "2.0.3",
"@types/node": "^22.9.0",
"docusaurus-plugin-typedoc": "1.0.5",
Expand Down
174 changes: 174 additions & 0 deletions apps/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,179 @@
# @llamaindex/doc

## 0.0.26

### Patch Changes

- @llamaindex/cloud@2.0.15
- @llamaindex/core@0.4.15
- [email protected]
- @llamaindex/node-parser@0.0.16
- @llamaindex/openai@0.1.40
- @llamaindex/readers@1.0.17

## 0.0.25

### Patch Changes

- Updated dependencies [819af45]
- [email protected]
- @llamaindex/cloud@2.0.14
- @llamaindex/core@0.4.14
- @llamaindex/node-parser@0.0.15
- @llamaindex/openai@0.1.39
- @llamaindex/readers@1.0.16

## 0.0.24

### Patch Changes

- Updated dependencies [83c3897]
- Updated dependencies [efa2211]
- [email protected]

## 0.0.23

### Patch Changes

- Updated dependencies [02b22da]
- [email protected]

## 0.0.22

### Patch Changes

- Updated dependencies [90d265c]
- @llamaindex/cloud@2.0.13
- @llamaindex/core@0.4.13
- [email protected]
- @llamaindex/node-parser@0.0.14
- @llamaindex/readers@1.0.15
- @llamaindex/openai@0.1.38

## 0.0.21

### Patch Changes

- Updated dependencies [d17450f]
- Updated dependencies [ef4f63d]
- [email protected]
- @llamaindex/core@0.4.12
- @llamaindex/cloud@2.0.12
- @llamaindex/node-parser@0.0.13
- @llamaindex/openai@0.1.37
- @llamaindex/readers@1.0.14

## 0.0.20

### Patch Changes

- Updated dependencies [6d22fa2]
- @llamaindex/core@0.4.11
- @llamaindex/cloud@2.0.11
- [email protected]
- @llamaindex/node-parser@0.0.12
- @llamaindex/openai@0.1.36
- @llamaindex/readers@1.0.13

## 0.0.19

### Patch Changes

- Updated dependencies [e60328b]
- @llamaindex/readers@1.0.12
- [email protected]

## 0.0.18

### Patch Changes

- Updated dependencies [3d503cb]
- Updated dependencies [5dae534]
- [email protected]

## 0.0.17

### Patch Changes

- Updated dependencies [630b425]
- [email protected]

## 0.0.16

### Patch Changes

- Updated dependencies [a7b0ac3]
- Updated dependencies [ee20c44]
- Updated dependencies [c69605f]
- @llamaindex/core@0.4.10
- @llamaindex/workflow@0.0.6
- [email protected]
- @llamaindex/cloud@2.0.10
- @llamaindex/node-parser@0.0.11
- @llamaindex/openai@0.1.35
- @llamaindex/readers@1.0.11

## 0.0.15

### Patch Changes

- Updated dependencies [ea92b69]
- Updated dependencies [fadc8b8]
- @llamaindex/workflow@0.0.5

## 0.0.14

### Patch Changes

- Updated dependencies [7ae6eaa]
- @llamaindex/core@0.4.9
- @llamaindex/openai@0.1.34
- @llamaindex/cloud@2.0.9
- [email protected]
- @llamaindex/node-parser@0.0.10
- @llamaindex/readers@1.0.10

## 0.0.13

### Patch Changes

- Updated dependencies [f865c98]
- @llamaindex/core@0.4.8
- @llamaindex/cloud@2.0.8
- [email protected]
- @llamaindex/node-parser@0.0.9
- @llamaindex/openai@0.1.33
- @llamaindex/readers@1.0.9

## 0.0.12

### Patch Changes

- Updated dependencies [f066e50]
- Updated dependencies [d89ebe0]
- Updated dependencies [fd8c882]
- Updated dependencies [fd8c882]
- [email protected]
- @llamaindex/core@0.4.7
- @llamaindex/workflow@0.0.4
- @llamaindex/cloud@2.0.7
- @llamaindex/node-parser@0.0.8
- @llamaindex/openai@0.1.32
- @llamaindex/readers@1.0.8

## 0.0.11

### Patch Changes

- Updated dependencies [4fc001c]
- Updated dependencies [4d4cd8a]
- [email protected]
- @llamaindex/cloud@2.0.6
- @llamaindex/core@0.4.6
- @llamaindex/node-parser@0.0.7
- @llamaindex/openai@0.1.31
- @llamaindex/readers@1.0.7

## 0.0.10

### Patch Changes
Expand Down
2 changes: 2 additions & 0 deletions apps/next/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const withMDX = createMDX();
const config = {
reactStrictMode: true,
transpilePackages: ["monaco-editor"],
serverExternalPackages: ["@huggingface/transformers"],
webpack: (config, { isServer }) => {
if (Array.isArray(config.target) && config.target.includes("web")) {
config.target = ["web", "es2020"];
Expand All @@ -26,6 +27,7 @@ const config = {
}),
);
}
config.resolve.alias["replicate"] = false;
return config;
},
};
Expand Down
Loading

0 comments on commit 7d82e1f

Please sign in to comment.