Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himself65/llamaindex-ts-examples
https://github.com/himself65/llamaindex-ts-examples
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/himself65/llamaindex-ts-examples
- Owner: himself65
- Created: 2024-01-23T19:22:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-23T19:27:23.000Z (10 months ago)
- Last Synced: 2024-10-16T19:50:01.659Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://llamaindex-ts-examples.vercel.app
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [LlamaIndex](https://www.llamaindex.ai/) project using [Next.js](https://nextjs.org/) bootstrapped with [`create-llama`](https://github.com/run-llama/LlamaIndexTS/tree/main/packages/create-llama).
## Getting Started
First, install the dependencies:
```
npm install
```Second, run the development server:
```
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about LlamaIndex, take a look at the following resources:
- [LlamaIndex Documentation](https://docs.llamaindex.ai) - learn about LlamaIndex (Python features).
- [LlamaIndexTS Documentation](https://ts.llamaindex.ai) - learn about LlamaIndex (Typescript features).You can check out [the LlamaIndexTS GitHub repository](https://github.com/run-llama/LlamaIndexTS) - your feedback and contributions are welcome!