Skip to content

Commit

Permalink
docs: update tech stacks and roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
sykp241095 committed Jul 22, 2024
1 parent 5b30899 commit 8c24535
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 56 deletions.
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
## Introduction
A conversational search tool based on GraphRAG (Knowledge Graph) that built on top of [TiDB Vector](https://tidb.cloud/ai) and [LlamaIndex](https://github.com/run-llama/llama_index) and [DSPy](https://github.com/stanfordnlp/dspy).

**Live Demo**: [TiDB.AI](https://tidb.cloud/?utm_source=github&utm_medium=tidb.ai)

**Documentation**: [TiDB.AI Docs](https://tidb.ai/docs/?utm_source=github&utm_medium=tidb.ai)
* **Live Demo**: [TiDB.AI](https://tidb.cloud/?utm_source=github&utm_medium=tidb.ai)
* **Documentation**: [Docs](https://tidb.ai/docs/?utm_source=github&utm_medium=tidb.ai)

## Features
1. **Perplexity-style Conversational Search page**: Our platform features an advanced built-in website crawler, designed to elevate your browsing experience. This crawler effortlessly navigates official and documentation sites, ensuring comprehensive coverage and streamlined search processes through sitemap URL scraping.
Expand All @@ -27,17 +26,11 @@ You can even edit the Knowledge Graph to add more information or correct any ina


## Tech Stack
- [Next.js](https://nextjs.org/) – Framework
- [TypeScript](https://www.typescriptlang.org/) – Language
- [Tailwind](https://tailwindcss.com/) – CSS
- [shadcn/ui](https://ui.shadcn.com/) - Design
- [TiDB](https://tidb.cloud/) – Database to store chat history, vector, json, and analytic
- [Kysely](https://kysely.dev/) - SQL query builder
- [NextAuth.js](https://next-auth.js.org/) – Auth
- [Vercel](https://vercel.com/) – Deployments
- [TiDB](https://pingcap.com/ai/?utm_source=github&utm_medium=tidb.ai) – Database to store chat history, vector, json, and analytic
- [LlamaIndex](https://www.llamaindex.ai/) - RAG framework
- [DSPy](https://github.com/stanfordnlp/dspy) - The framework for programming—not prompting—foundation models
- [TiDB Vector](https://tidb.cloud/ai) - Vector storage and search engine
- [Next.js](https://nextjs.org/) – Framework
- [shadcn/ui](https://ui.shadcn.com/) - Design

## Contect Us
You can post topics on our [TiDB Community](https://ask.pingcap.com/) page.
Expand Down
44 changes: 0 additions & 44 deletions frontend/app/src/pages/docs/README.md

This file was deleted.

1 change: 1 addition & 0 deletions frontend/app/src/pages/docs/README.md
7 changes: 7 additions & 0 deletions frontend/app/src/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Latest updates and announcements.

## July 22nd, 2024 - Refactor core from JavaScript to Python

- **Core Enhancements:**
- Refactor the core from JavaScript to Python.
- [x] Graph RAG (Knowledge Graph) core
- [x] LlamaIndex core

## May 29th, 2024 - Add Knowledge Graph as secondary set of corpus

- **Core Enhancements:**
Expand Down

0 comments on commit 8c24535

Please sign in to comment.