Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Want to confirm some design details #111

Open
cbh778899 opened this issue Jul 1, 2024 · 5 comments
Open

Want to confirm some design details #111

cbh778899 opened this issue Jul 1, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request question Further information is requested vue

Comments

@cbh778899
Copy link
Collaborator

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
Copy link
Member

Aisuko commented Jul 1, 2024

  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

@Aisuko Aisuko added enhancement New feature or request question Further information is requested vue labels Jul 1, 2024
@cbh778899
Copy link
Collaborator Author

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
Copy link

Micost commented Jul 1, 2024

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
Copy link
Collaborator Author

cbh778899 commented Jul 1, 2024 via email

@Aisuko
Copy link
Member

Aisuko commented Jul 1, 2024

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request question Further information is requested vue
Projects
No open projects
Status: No status
Development

No branches or pull requests

3 participants