Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leehuwuj/chatdbt-llamaindex
Simple app to chat with your dbt project using LlamaIndex
https://github.com/leehuwuj/chatdbt-llamaindex
Last synced: 10 days ago
JSON representation
Simple app to chat with your dbt project using LlamaIndex
- Host: GitHub
- URL: https://github.com/leehuwuj/chatdbt-llamaindex
- Owner: leehuwuj
- License: mit
- Created: 2024-02-25T09:06:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T09:07:26.000Z (11 months ago)
- Last Synced: 2024-12-23T06:06:19.930Z (16 days ago)
- Language: TypeScript
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DBT + LlamaIndex
Simple app to chat with your dbt project using LlamaIndexThis is a [LlamaIndex](https://www.llamaindex.ai/) project bootstrapped with [`create-llama`](https://github.com/run-llama/LlamaIndexTS/tree/main/packages/create-llama).
## Getting Started
First, startup the backend as described in the [backend README](./backend/README.md).
Second, run the development server of the frontend as described in the [frontend README](./frontend/README.md).
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## 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!