Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: hug llamaindex #91

Merged
merged 137 commits into from
Apr 16, 2024
Merged

refactor: hug llamaindex #91

merged 137 commits into from
Apr 16, 2024

Conversation

Mini256
Copy link
Member

@Mini256 Mini256 commented Mar 25, 2024

Design

  • Design a new table schema

Arch

  • Using Service to implement main processes
  • Using Rag.Extension to support configurable components

Data Import

Services:

  • ImportService

Data Index

Services:

  • IndexService

Extensions:

  • LLamaIndex TiDB Vector Store
  • LLamaIndex TiDB/APP Document Store
  • LLamaIndex Ingestion Pipeline for data Indexing

Data Query

Services:

  • ChatService

Extensions:

  • LLamaIndex Query Engine

TODO

  • using unique string ID instead of number ID for chat (TBD)
  • extract version metadata exector

Copy link

vercel bot commented Mar 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rag ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2024 9:25am
rag-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2024 9:25am
tidb-ai ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2024 9:25am

Mini256 and others added 2 commits April 16, 2024 16:04
@634750802 634750802 changed the title Refactor: redesign the table schema and adapt the llamaindex framework refactor: hug llamaindex Apr 16, 2024
@634750802 634750802 merged commit 3b9de8e into main Apr 16, 2024
3 checks passed
@ngaut ngaut deleted the refactor branch May 27, 2024 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants