SkywardAI / chat-frontend

Frontend of AI-copilot
Apache License 2.0
0 stars 2 forks source link

Want to confirm some design details #111

Open cbh778899 opened 1 week ago

cbh778899 commented 1 week ago

Hi all, I think since we've implemented account functions, we can process to next stage. Before that I want to confirm some details.

  1. Is the live chat function can start with either AI or another user?
  2. Since we have account functions, should we add Contact as well for adding friends?
  3. If chatting with AI, we adjust models/variables while chat or have to adjust first, wait for it loaded and start a new chat? - This mainly appears on page design.
  4. I've found things like timeline, blog, profile...Do we still want it now? I want remove codes that'll not use to make everything more clear.
  5. There are currently some utilities on navgation bar:
    • I don't actually got what's the meaning of Customize and Data
    • Training should be something to select a model to train and can see the progress of training?
    • Do we currently still need Analytics?
  6. Frontend version is currently on 0.1.3, should we update it to 0.1.4 cause we've got account implemented?
Aisuko commented 1 week ago
  1. I don't get what's your mean
  2. No-necesseary
  3. I only support one base model, currently. Multiple models can be support in training service.
  4. Sure, feel free to do it.
  5. Customise for user edit information, like email. Data is for load RAG datasets. For analytics, can we do a word cloud for any data(csv file in our case) use Vue.js. If it is difficult, let's remove it
  6. Feel free to do it.

cc: @Micost

cbh778899 commented 1 week ago

The fist one is that, is it true that we can either chat to an AI model, or a real person holds an account? For the wordcloud one, I'll try use some library to see if it can be accomplished, it's better if you can provide me an example dataset.

Micost commented 1 week ago

I don't think we'll need the feature of chatting to real person.

Some the apis in backend should not be used for now. The apis of trainning and loading dataset or csv file are not included in current stage

cbh778899 commented 1 week ago

Okay, I’ll design the page that way then, thanks for the confirmation


发件人: Rob Zhang @.> 发送时间: Monday, July 1, 2024 4:54:55 PM 收件人: SkywardAI/chat-frontend @.> 抄送: cbh778899 @.>; Assign @.> 主题: Re: [SkywardAI/chat-frontend] Want to confirm some design details (Issue #111)

I don't think we'll need the feature of chatting to real person.

Some the apis in backend should not be used for now. The apis of trainning and loading dataset or csv file are not included in current stage

― Reply to this email directly, view it on GitHubhttps://github.com/SkywardAI/chat-frontend/issues/111#issuecomment-2199377682, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALIHBQLA7ANIOPQQCQTPSCTZKD4L7AVCNFSM6AAAAABKEYTS5GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJZGM3TONRYGI. You are receiving this because you were assigned.Message ID: @.***>

Aisuko commented 6 days ago

Let's try to do a word cloud for this one https://www.kaggle.com/datasets/aisuko/rmit-2024-programs. If we can get a reasonable result, we can use it on the frontend.

Update:

The data format can be changed but it must be in .csv file. So, please support this feature in csv level. And for the topics, we can show top 20 topics randomly.

cc: @Micost @cbh778899