Project

General

Profile

Ram Kordale's activity

From 06/19/2024 to 07/18/2024

07/17/2024

12:01 PM RK-A2 Feature #3667 (Closed): Default grade and subject when a page is opened
Along with curriculum="k-12", if grade and subject are also specified, please show the page with this grade and subje... Ram Kordale
11:51 AM RK-A2 Feature #3666 (Closed): Extend 3657 across changes in subject and/or grade
Today, the last style used S, the last question number asked Q and the list of questions L are stored in browser stor... Ram Kordale
10:13 AM RK-A2 Feature #3665 (Review): Remember chosen themes in browser storage across sessions
Do this assuming that 3664 is done.
Minimal test case I
1. Choose new themes. Let chosen themes set be S.
2. Clo...
Ram Kordale
09:26 AM RK-A2 Feature #3664 (Review): Choose themes by default
Currently, a line with themes support in k-12-support.txt looks as follows:
cbse; 6; mathematics; supported-themes=[...
Ram Kordale

07/15/2024

07:41 AM RK-A2 Feature #3662 (Review): Update set_questions_list and call it

set_questions_list currently reads exercise numbers from a file to come up with the list. Going forward, please cha...
Ram Kordale

07/14/2024

10:10 AM RK-A2 Task #3661 (Review): Allowed origins should be based on getenv(allowed_origins)
Today, get_allowed_origins is hardcoded to rapidken.ai or * based on the env. Sometimes, we will need gcf to be acces... Ram Kordale

07/13/2024

10:56 AM RK-A2 Task #3660 (New): Remove duplication of code with set_headers function
Every "gcf" has the following code.
headers = {
'Access-Control-Allow-Origin': '*',
'Acc...
Ram Kordale

07/12/2024

08:48 AM RK-A2 Feature #3659 (New): Support for create_detailed_QNAs_answers colab notebook
Inputs are questions_file, model, index, board, grade, subject, chapter_num, exercise_num, style.
index will be <b...
Ram Kordale

07/11/2024

06:30 AM RK-A2 Feature #3656 (Reopened): set and get questions list gcf
Ram Kordale

07/10/2024

02:23 PM RK-A2 Feature #3658 (Feedback): FE: get questions from get_questions API instead of GCS file
Instead of getting the question from the GCS file, get it from get_questions API (ticket 3647).
3657 gets the list...
Ram Kordale
01:59 PM RK-A2 Feature #3657 (Closed): FE: Decide next question to ask and its style
Track the last style used S, the last question number asked Q and the list of questions L in browser storage.
If L...
Ram Kordale
07:11 AM RK-A2 Feature #3656 (Review): set and get questions list gcf
set_questions_list(board, grade, subject, chapter_num, questions_file_name) [Comment: use get_file_from_bucket(file_n... Ram Kordale

07/09/2024

12:33 PM RK-A2 Task #3655 (Closed): Add "More Themes Coming Soon!" under the current themes
In k-12 curriculum mode, on selecting grade 6 Math and clicking on 'Choose your themes', we show available themes at ... Ram Kordale
12:01 PM RK-A2 Bug #3654 (New): Support for counter
See https://rapidken.ai/learn. It contains the following line.
Questions Answered So Far: 17497
Right now, the ...
Ram Kordale

07/06/2024

12:27 PM RK-A2 Task #3653 (Closed): Launch with first chapter support - Phase 1 - Practice for Decent Learners (Top 5 Themes, No DetailedQNAs, No Detailed Answers)
Ram Kordale

07/05/2024

07:35 AM RK-A2 Feature #3652 (Review): Handle empty text for question, answer, question and answer in detailedQNA, and detailedAnswer
Each of these may not have any text and only contain 1 or more figures. These cases need to be handled. Ram Kordale

07/04/2024

07:26 AM RK-A2 Feature #3651 (Closed): Make the conversation smoother

In curriculum="k-12", when user selects grade and subject, let us (system) say "Welcome to RapidKen! Ready for a ...
Ram Kordale
07:21 AM RK-A2 Task #3650 (New): Umbrella task for phase 1
Ram Kordale
06:46 AM RK-A2 Bug #3649 (New): Move only new entities between DS of different projects

1.Populate questions 1.1.1, 1.1.4 and 1.1.5 in Dev DS.
2.Move them to QA DS.
3.Add questions 1.1.2, 1.1.3 and 1.1...
Ram Kordale

07/03/2024

03:54 AM RK-A2 Feature #3648 (New): FE: get questions according to user's style preferences using get_questions api
Instead of getting it from the GCS file, get questions from get_questions API (ticket 3647).
High level scheme is ...
Ram Kordale
02:27 AM RK-A2 Feature #3647 (Review): Create a GCF get_question
Input: board, grade, subject, chapter, exercise_num, style
Returns <question, answers, detaileQNAs, detailedAnswer...
Ram Kordale
02:11 AM RK-A2 Feature #3646 (Closed): Become conservative with statements about answers
For questions like the first question in exercise 2.1, adding "(Write in n1; n2; n3 format)" to the question and enfo... Ram Kordale

07/02/2024

01:30 PM RK-A2 Feature #3645 (Rejected): Handle multi sub-question questions correctly
Consider the following 2 questions:
#$EXERCISE: 1.1.3.d
#$Question: Insert commas suitably for 98432701.
#$Answe...
Ram Kordale
04:01 AM RK-A2 Feature #3644 (Review): Display figures along with questions in chat interface
Please create 3 questions of the format given below for the test:
#$Exercise: <exercise #> (Problem 7 in Exercise...
Ram Kordale

07/01/2024

07:10 AM RK-A2 Feature #3643 (Closed): Support in call_openai_api for version, template dictionary, attachments and core arguments
Add version, template_dict, attachments and 'core arguments' as arguments.
if version is not 1.0, return unsupport...
Ram Kordale
06:49 AM RK-A2 Feature #3642 (Closed): Changes to call_openai_api to handle context limitations
Add an additional argument num_tokens. Add an additional output num_tokens.
Clients interested in handling the con...
Ram Kordale
03:33 AM RK-A2 Feature #3641 (Closed): Support for create_styled_questions colab notebook
Let the first cell contain all inputs. Inputs are questions_file, model, index, board, grade, subject, chapter_num, s... Ram Kordale
02:41 AM RK-A2 Task #3640 (Closed): Add an argument "periodic_prompt' to set_prompt_mods gcf
Ram Kordale

06/28/2024

09:11 AM RK-A2 Task #3639 (Review): Replace all GCF calls in FE code with rk2_gcf calls
Ram Kordale
07:36 AM RK-A2 Feature #3631 (Rejected): Add a theme dropdown
Rejected because it is superceded by 3638. Ram Kordale
06:42 AM RK-A2 Feature #3638 (Resolved): Support for themes - Take 2
We actually want to provide user a choice of simultaneously selecting multiple themes. This will help us mix up quest... Ram Kordale
04:59 AM RK-A2 Feature #3637 (Review): Extend 3634: Ask questions, ask detailed questions and provide detailed answer from content in file in bucket
When user chooses a grade g and subject s, get file qna-cbse-g-s. This is of the following format:
Extend file for...
Ram Kordale

06/27/2024

06:52 AM RK-A2 Feature #3636 (Review): Update Profile kind when Extend 3634: Ask questions from content in file in bucket based on

Set auth=true as parameter. This will require a Google login. From this, you will get the email id of the logged ...
Ram Kordale

06/26/2024

06:51 AM RK-A2 Feature #3627 (Reopened): Add function get-file that gets a file from gcs to rk2-gcf
Ram Kordale
06:46 AM RK-A2 Task #3635 (In Progress): Add function 'get-perf-stats' to rk2-gcf
arguments:
{
"call": "<call>",
"from": "<ddmmyyyy>".
"to": "<ddmmyyyy>"
}
What to do: Go over the log f...
Ram Kordale
06:21 AM RK-A2 Feature #3634 (Rejected): Ask questions from content in file in bucket
When user chooses a grade g and subject s, get file qna-cbse-g-s. This is of the following format:
@#$Question: <q...
Ram Kordale
04:46 AM RK-A2 Feature #3633 (Review): Support for crud-ds cloud function
name: crud-ds
arguments:
"kind": "<kind>",
"op-type": "<op-type>",
"<kind>-key": "<value>",
"<kind>-<name1>": "<...
Ram Kordale
03:58 AM RK-A2 Bug #3632 (New): Add background image dynamically
Make the current chat area 20% lesser.
When theme="<theme>", get file <theme>.jpg from GCS using get-file GCF.
...
Ram Kordale
03:17 AM RK-A2 Feature #3631 (Rejected): Add a theme dropdown
In 3629, we get k-12-support.txt which contained <board>;<grade>;<subject>. We will extend this to <board>;<grade>;<s... Ram Kordale

06/25/2024

09:48 AM RK-A2 Feature #3630 (Resolved): Combine all cloud functions into one
name: gcf
arguments:
"call": "<call>",
"args": "<arg>"
where <call> is one of the current gcf names such as s...
Ram Kordale
08:44 AM RK-A2 Feature #3627 (Reopened): Add function get-file that gets a file from gcs to rk2-gcf
Ram Kordale
04:13 AM RK-A2 Feature #3627 (Review): Add function get-file that gets a file from gcs to rk2-gcf
Argument:
"file":"<file>"
get <file> from <bucket> where <bucket> is "<env>-files" where <env> is "edutestdev" or...
Ram Kordale
05:58 AM RK-A2 Feature #3629 (Resolved): If user chooses unsupported grade and subject, say so
When curriculum parameter is K-12, get k-12-support.txt from GCS using get-file GCF.
It is of the form:
<board>...
Ram Kordale
04:30 AM RK-A2 Feature #3628 (Rejected): Once user chooses grade and subject, ask a question and if answer is wrong, ask assistant for answer and provide to the user
Today, we allow user to type in something and we provide the OpenAI assistant's response. But, when user chooses a gr... Ram Kordale

06/24/2024

01:25 PM RK-A2 Feature #3626 (Review): Support LaTex by using MathJax on Web page
If the user asks the question 'what is a complex fraction?', the model is very likely to provide some text containing... Ram Kordale

06/21/2024

08:34 AM RK-A2 Bug #3625 (Feedback): Enable Google login on rapidken.ai/learn-with-auth
Ram Kordale
06:58 AM RK-A2 Task #3624 (Review): set-prompt-mods change to handle set-kb api
Change to
{
"model": "<model>",
"index": "<string>",
"prefix": "<s...
Ram Kordale

06/20/2024

09:56 AM RK-A2 Feature #3620 (New): Extension: Personal functionality - print user's email address to the console
If config.js has "Personal" set to true, provide a way to login to user's Google account and print user's email addre... Ram Kordale
09:36 AM RK-A2 Feature #3619 (Review): set-kb api
set-kb
BODY
"model": "<model>"
"index": "<index>"
"desc": "<string>"
"file_names" : [“name1”,"name2",.........
Ram Kordale
06:34 AM RK-A2 Feature #3618 (Review): Name the assistant created as <env>-<model>-<index> using meta property of OpenAI API
<env> is dev/qa/prod Ram Kordale

06/19/2024

07:25 AM RK-A2 Feature #3615 (Reopened): Track number of visits across sessions in the extension
Ram Kordale
 

Also available in: Atom