Skip to content

Commit

Permalink
docs: add graphrag (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
sykp241095 committed May 30, 2024
1 parent e1b4792 commit 79f291a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,8 @@ For deploying the application to production, there are many options available:
- [Kysely](https://kysely.dev/) - SQL query builder
- [NextAuth.js](https://next-auth.js.org/) – Auth
- [Vercel](https://vercel.com/) – Deployments
- [LlamaIndex](https://www.llamaindex.ai/) - RAG framework


## Roadmap & Timeline

* [x] Migrate tidb.ai to a TiDB Serverless vector storage instance with indexing capabilities. Estimated completion by March 29th.
* [x] Revise the table structure to accommodate the requirements of the llamaindex's RAG process and successfully integrate llamaindex. Target date: April 30.
* [x] Multiple LLM support
* Local quick deployment before April 30th.
* Finalize the "How It Works" series of documentation by April 30th.

## License

TiDB.AI is open-source under the Apache License, Version 2.0. You can [find it here](/LICENSE.txt).
7 changes: 7 additions & 0 deletions www/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Latest updates and announcements.

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

- **Core Enhancements:**
- Use LLM to extract knowledge graph data from the corpus.
- Use TiDB Serverless to store and manage the knowledge graph data.
- Knowledge Graph Integration: Added support for Knowledge Graph as a secondary set of corpus for the LlamaIndex's RAG process.
- Improved Search: Enhanced search results by combining the primary(LlamaIndex) and secondary(Knowledge Graph) corpus.

## April 19th, 2024 - Add "Regenerate" Button

Expand Down

0 comments on commit 79f291a

Please sign in to comment.