Vela commited on
Commit
0be18cf
·
1 Parent(s): 2d34419

updated gitignore and logger

Browse files
.gitignore CHANGED
@@ -2,4 +2,5 @@
2
  .env
3
  vector-db
4
  src/backend/data/dataset.csv
5
- src/backend/data/dataset.csv
 
 
2
  .env
3
  vector-db
4
  src/backend/data/dataset.csv
5
+ project_requirement
6
+ logs
logs/api/yuvabe_care_companion_ai_api.log DELETED
@@ -1,197 +0,0 @@
1
- 2025-03-06 20:02 - INFO - Hello World
2
- 2025-03-06 20:02 - INFO - Hello World
3
- 2025-03-06 20:22 - INFO - src/data/dataset.csv not found. Reading from Parquet file.
4
- 2025-03-06 20:22 - ERROR - Error while loading dataset: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
5
- A suitable version of pyarrow or fastparquet is required for parquet support.
6
- Trying to import the above resulted in these errors:
7
- - Missing optional dependency 'pyarrow'. pyarrow is required for parquet support. Use pip or conda to install pyarrow.
8
- - Missing optional dependency 'fastparquet'. fastparquet is required for parquet support. Use pip or conda to install fastparquet.
9
- Traceback (most recent call last):
10
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\src\backend\data\dataset.py", line 16, in get_data_set
11
- df = pd.read_parquet(PARAQUET_DATASET_PATH)
12
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\.venv\Lib\site-packages\pandas\io\parquet.py", line 651, in read_parquet
13
- impl = get_engine(engine)
14
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\.venv\Lib\site-packages\pandas\io\parquet.py", line 67, in get_engine
15
- raise ImportError(
16
- ...<7 lines>...
17
- )
18
- ImportError: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
19
- A suitable version of pyarrow or fastparquet is required for parquet support.
20
- Trying to import the above resulted in these errors:
21
- - Missing optional dependency 'pyarrow'. pyarrow is required for parquet support. Use pip or conda to install pyarrow.
22
- - Missing optional dependency 'fastparquet'. fastparquet is required for parquet support. Use pip or conda to install fastparquet.
23
- 2025-03-06 20:22 - ERROR - 'NoneType' object has no attribute 'head'
24
- 2025-03-06 20:24 - INFO - src/backend/data/dataset.csv not found. Reading from Parquet file.
25
- 2025-03-06 20:24 - ERROR - Error while loading dataset: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
26
- A suitable version of pyarrow or fastparquet is required for parquet support.
27
- Trying to import the above resulted in these errors:
28
- - Missing optional dependency 'pyarrow'. pyarrow is required for parquet support. Use pip or conda to install pyarrow.
29
- - Missing optional dependency 'fastparquet'. fastparquet is required for parquet support. Use pip or conda to install fastparquet.
30
- Traceback (most recent call last):
31
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\src\backend\data\dataset.py", line 16, in get_data_set
32
- df = pd.read_parquet(PARAQUET_DATASET_PATH)
33
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\.venv\Lib\site-packages\pandas\io\parquet.py", line 651, in read_parquet
34
- impl = get_engine(engine)
35
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\.venv\Lib\site-packages\pandas\io\parquet.py", line 67, in get_engine
36
- raise ImportError(
37
- ...<7 lines>...
38
- )
39
- ImportError: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
40
- A suitable version of pyarrow or fastparquet is required for parquet support.
41
- Trying to import the above resulted in these errors:
42
- - Missing optional dependency 'pyarrow'. pyarrow is required for parquet support. Use pip or conda to install pyarrow.
43
- - Missing optional dependency 'fastparquet'. fastparquet is required for parquet support. Use pip or conda to install fastparquet.
44
- 2025-03-06 20:24 - ERROR - 'NoneType' object has no attribute 'head'
45
- 2025-03-06 20:24 - INFO - src/backend/data/dataset.csv not found. Reading from Parquet file.
46
- 2025-03-06 20:24 - ERROR - Error while loading dataset: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
47
- A suitable version of pyarrow or fastparquet is required for parquet support.
48
- Trying to import the above resulted in these errors:
49
- - Missing optional dependency 'pyarrow'. pyarrow is required for parquet support. Use pip or conda to install pyarrow.
50
- - Missing optional dependency 'fastparquet'. fastparquet is required for parquet support. Use pip or conda to install fastparquet.
51
- Traceback (most recent call last):
52
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\src\backend\data\dataset.py", line 16, in get_data_set
53
- df = pd.read_parquet(PARAQUET_DATASET_PATH)
54
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\.venv\Lib\site-packages\pandas\io\parquet.py", line 651, in read_parquet
55
- impl = get_engine(engine)
56
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\.venv\Lib\site-packages\pandas\io\parquet.py", line 67, in get_engine
57
- raise ImportError(
58
- ...<7 lines>...
59
- )
60
- ImportError: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
61
- A suitable version of pyarrow or fastparquet is required for parquet support.
62
- Trying to import the above resulted in these errors:
63
- - Missing optional dependency 'pyarrow'. pyarrow is required for parquet support. Use pip or conda to install pyarrow.
64
- - Missing optional dependency 'fastparquet'. fastparquet is required for parquet support. Use pip or conda to install fastparquet.
65
- 2025-03-06 20:24 - ERROR - 'NoneType' object has no attribute 'head'
66
- 2025-03-06 20:25 - INFO - src/backend/data/dataset.csv not found. Reading from Parquet file.
67
- 2025-03-06 20:25 - ERROR - Error while loading dataset: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
68
- A suitable version of pyarrow or fastparquet is required for parquet support.
69
- Trying to import the above resulted in these errors:
70
- - Missing optional dependency 'pyarrow'. pyarrow is required for parquet support. Use pip or conda to install pyarrow.
71
- - Missing optional dependency 'fastparquet'. fastparquet is required for parquet support. Use pip or conda to install fastparquet.
72
- Traceback (most recent call last):
73
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\src\backend\data\dataset.py", line 16, in get_data_set
74
- df = pd.read_parquet(PARAQUET_DATASET_PATH)
75
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\.venv\Lib\site-packages\pandas\io\parquet.py", line 651, in read_parquet
76
- impl = get_engine(engine)
77
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\.venv\Lib\site-packages\pandas\io\parquet.py", line 67, in get_engine
78
- raise ImportError(
79
- ...<7 lines>...
80
- )
81
- ImportError: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
82
- A suitable version of pyarrow or fastparquet is required for parquet support.
83
- Trying to import the above resulted in these errors:
84
- - Missing optional dependency 'pyarrow'. pyarrow is required for parquet support. Use pip or conda to install pyarrow.
85
- - Missing optional dependency 'fastparquet'. fastparquet is required for parquet support. Use pip or conda to install fastparquet.
86
- 2025-03-06 20:25 - ERROR - 'NoneType' object has no attribute 'head'
87
- 2025-03-06 20:27 - INFO - src/backend/data/dataset.csv not found. Reading from Parquet file.
88
- 2025-03-06 20:27 - ERROR - Error while loading dataset: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
89
- A suitable version of pyarrow or fastparquet is required for parquet support.
90
- Trying to import the above resulted in these errors:
91
- - Missing optional dependency 'pyarrow'. pyarrow is required for parquet support. Use pip or conda to install pyarrow.
92
- - Missing optional dependency 'fastparquet'. fastparquet is required for parquet support. Use pip or conda to install fastparquet.
93
- Traceback (most recent call last):
94
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\src\backend\data\dataset.py", line 16, in get_data_set
95
- df = pd.read_parquet(PARAQUET_DATASET_PATH)
96
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\.venv\Lib\site-packages\pandas\io\parquet.py", line 651, in read_parquet
97
- impl = get_engine(engine)
98
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\.venv\Lib\site-packages\pandas\io\parquet.py", line 67, in get_engine
99
- raise ImportError(
100
- ...<7 lines>...
101
- )
102
- ImportError: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
103
- A suitable version of pyarrow or fastparquet is required for parquet support.
104
- Trying to import the above resulted in these errors:
105
- - Missing optional dependency 'pyarrow'. pyarrow is required for parquet support. Use pip or conda to install pyarrow.
106
- - Missing optional dependency 'fastparquet'. fastparquet is required for parquet support. Use pip or conda to install fastparquet.
107
- 2025-03-06 20:27 - INFO - Hello World
108
- 2025-03-06 20:27 - ERROR - 'NoneType' object has no attribute 'to_dict'
109
- 2025-03-06 20:28 - INFO - src/backend/data/dataset.csv not found. Reading from Parquet file.
110
- 2025-03-06 20:28 - ERROR - Error while loading dataset: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
111
- A suitable version of pyarrow or fastparquet is required for parquet support.
112
- Trying to import the above resulted in these errors:
113
- - Missing optional dependency 'pyarrow'. pyarrow is required for parquet support. Use pip or conda to install pyarrow.
114
- - Missing optional dependency 'fastparquet'. fastparquet is required for parquet support. Use pip or conda to install fastparquet.
115
- Traceback (most recent call last):
116
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\src\backend\data\dataset.py", line 16, in get_data_set
117
- df = pd.read_parquet(PARAQUET_DATASET_PATH)
118
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\.venv\Lib\site-packages\pandas\io\parquet.py", line 651, in read_parquet
119
- impl = get_engine(engine)
120
- File "C:\Users\Vijay\OneDrive\Desktop\Yuvabe_Care_Companion_AI\.venv\Lib\site-packages\pandas\io\parquet.py", line 67, in get_engine
121
- raise ImportError(
122
- ...<7 lines>...
123
- )
124
- ImportError: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
125
- A suitable version of pyarrow or fastparquet is required for parquet support.
126
- Trying to import the above resulted in these errors:
127
- - Missing optional dependency 'pyarrow'. pyarrow is required for parquet support. Use pip or conda to install pyarrow.
128
- - Missing optional dependency 'fastparquet'. fastparquet is required for parquet support. Use pip or conda to install fastparquet.
129
- 2025-03-06 20:28 - INFO - Hello World
130
- 2025-03-06 20:28 - ERROR - 'NoneType' object has no attribute 'to_dict'
131
- 2025-03-06 20:57 - INFO - src/backend/data/dataset.csv not found. Reading from Parquet file.
132
- 2025-03-06 20:57 - INFO - CSV file created and cleaned at: src/backend/data/dataset.csv
133
- 2025-03-06 21:00 - INFO - Loading existing dataset from: src/backend/data/dataset.csv
134
- 2025-03-06 21:00 - INFO - Dataset loaded successfully.
135
- 2025-03-06 21:02 - INFO - Loading existing dataset from: src/backend/data/dataset.csv
136
- 2025-03-06 21:02 - INFO - Dataset loaded successfully.
137
- 2025-03-06 21:04 - INFO - Loading existing dataset from: src/backend/data/dataset.csv
138
- 2025-03-06 21:04 - INFO - Dataset loaded successfully.
139
- 2025-03-06 21:05 - INFO - Loading existing dataset from: src/backend/data/dataset.csv
140
- 2025-03-06 21:05 - INFO - Dataset loaded successfully.
141
- 2025-03-06 21:05 - INFO - Loading existing dataset from: src/backend/data/dataset.csv
142
- 2025-03-06 21:05 - INFO - Dataset loaded successfully.
143
- 2025-03-06 21:05 - INFO - Loading existing dataset from: src/backend/data/dataset.csv
144
- 2025-03-06 21:05 - INFO - Dataset loaded successfully.
145
- 2025-03-06 21:06 - INFO - Loading existing dataset from: src/backend/data/dataset.csv
146
- 2025-03-06 21:06 - INFO - Dataset loaded successfully.
147
- 2025-03-06 21:06 - INFO - Trying to fetch the data from database
148
- 2025-03-06 21:06 - INFO - Generated AI response for user prompt: I'm not feeling well today...
149
- 2025-03-06 21:08 - INFO - Loading existing dataset from: src/backend/data/dataset.csv
150
- 2025-03-06 21:08 - INFO - Dataset loaded successfully.
151
- 2025-03-06 21:09 - INFO - Loading existing dataset from: src/backend/data/dataset.csv
152
- 2025-03-06 21:09 - INFO - Dataset loaded successfully.
153
- 2025-03-06 21:09 - INFO - Trying to fetch the data from database
154
- 2025-03-06 21:09 - INFO - Generated AI response for user prompt: I'm not feeling well today...
155
- 2025-03-06 21:13 - INFO - Loading existing dataset from: src/backend/data/dataset.csv
156
- 2025-03-06 21:13 - INFO - Dataset loaded successfully.
157
- 2025-03-06 21:19 - INFO - Trying to fetch the data from database
158
- 2025-03-06 21:19 - INFO - Received user prompt: I'm not feeling well today
159
- 2025-03-06 21:19 - INFO - Trying to fetch the data from database
160
- 2025-03-06 21:19 - INFO - Generated AI response for user prompt: I'm not feeling well today...
161
- 2025-03-06 21:19 - INFO - Generated AI response: I'm so sorry to hear that you're not feeling well today. It can be really frustrating and worrying w...
162
- 2025-03-06 21:21 - INFO - Trying to fetch the data from database
163
- 2025-03-06 21:21 - INFO - Successfully fetched the data from database
164
- 2025-03-06 21:21 - INFO - Received user prompt: I'm not feeling well today
165
- 2025-03-06 21:21 - INFO - Trying to fetch the data from database
166
- 2025-03-06 21:21 - INFO - Successfully fetched the data from database
167
- 2025-03-06 21:21 - INFO - Generated AI response for user prompt: I'm not feeling well today...
168
- 2025-03-06 21:21 - INFO - Generated AI response: Sorry to hear that you're not feeling well today. It can be concerning when we're not at our best. S...
169
- 2025-03-06 21:47 - INFO - Received user prompt: I'm not feeling well today
170
- 2025-03-06 21:47 - INFO - Trying to fetch the data from database
171
- 2025-03-06 21:47 - INFO - Successfully fetched the data from database
172
- 2025-03-06 21:47 - INFO - Generated AI response for user prompt: I'm not feeling well today...
173
- 2025-03-06 21:47 - INFO - Generated AI response: Sorry to hear that you're not feeling well today. It's always a good idea to try to identify the pos...
174
- 2025-03-06 22:58 - INFO - Trying to fetch the data from database
175
- 2025-03-06 22:58 - INFO - Successfully fetched the data from database
176
- 2025-03-06 23:08 - INFO - Trying to fetch the data from database
177
- 2025-03-06 23:08 - INFO - Successfully fetched the data from database
178
- 2025-03-06 23:11 - INFO - Trying to fetch the data from database
179
- 2025-03-06 23:11 - INFO - Successfully fetched the data from database
180
- 2025-03-07 06:48 - INFO - Trying to fetch the data from database
181
- 2025-03-07 06:48 - INFO - Successfully fetched the data from database
182
- 2025-03-07 06:49 - INFO - Received user prompt: I'm not feeling well today
183
- 2025-03-07 06:49 - INFO - Trying to fetch the data from database
184
- 2025-03-07 06:49 - INFO - Successfully fetched the data from database
185
- 2025-03-07 06:49 - INFO - Generated AI response for user prompt: I'm not feeling well today...
186
- 2025-03-07 06:49 - INFO - Generated AI response: I'm so sorry to hear that you're not feeling well today. Can you please tell me more about your symp...
187
- 2025-03-07 06:54 - INFO - Received user prompt: I'm not feeling well today
188
- 2025-03-07 06:54 - INFO - Trying to fetch the data from database
189
- 2025-03-07 06:54 - INFO - Successfully fetched the data from database
190
- 2025-03-07 06:54 - INFO - Generated AI response for user prompt: I'm not feeling well today...
191
- 2025-03-07 06:54 - INFO - Generated AI response: I'm so sorry to hear that you're not feeling well today. It can be really frustrating and concerning...
192
- 2025-03-07 06:55 - INFO - Trying to fetch the data from database
193
- 2025-03-07 06:55 - INFO - Successfully fetched the data from database
194
- 2025-03-07 07:06 - INFO - Trying to fetch the data from database
195
- 2025-03-07 07:06 - INFO - Successfully fetched the data from database
196
- 2025-03-07 07:15 - INFO - Trying to fetch the data from database
197
- 2025-03-07 07:15 - INFO - Successfully fetched the data from database
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
logs/api/yuvabe_care_companion_ai_app.log DELETED
@@ -1,190 +0,0 @@
1
- 2025-03-06 21:45 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
2
- 2025-03-06 21:45 - ERROR - Error converting image to base64: [Errno 2] No such file or directory: 'src/data/images/page_icon.jpg'
3
- 2025-03-06 21:45 - INFO - user_name not found in session_state, setting to None.
4
- 2025-03-06 21:45 - INFO - user_name is None, requesting user input.
5
- 2025-03-06 21:46 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
6
- 2025-03-06 21:46 - INFO - user_name not found in session_state, setting to None.
7
- 2025-03-06 21:46 - INFO - user_name is None, requesting user input.
8
- 2025-03-06 21:47 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
9
- 2025-03-06 21:47 - INFO - user_name is None, requesting user input.
10
- 2025-03-06 21:47 - INFO - User entered name: Vela. Setting session_state.user_name.
11
- 2025-03-06 21:47 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
12
- 2025-03-06 21:47 - INFO - User already entered a name: Vela. Displaying greeting.
13
- 2025-03-06 21:47 - INFO - Displaying the chat history.
14
- 2025-03-06 21:47 - INFO - Waiting for user input...
15
- 2025-03-06 21:47 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
16
- 2025-03-06 21:47 - INFO - User already entered a name: Vela. Displaying greeting.
17
- 2025-03-06 21:47 - INFO - Displaying the chat history.
18
- 2025-03-06 21:47 - INFO - Waiting for user input...
19
- 2025-03-06 21:47 - INFO - Assistant response: Sorry to hear that you're not feeling well today. It's always a good idea to try to identify the pos...
20
- 2025-03-06 21:48 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
21
- 2025-03-06 21:48 - INFO - user_name not found in session_state, setting to None.
22
- 2025-03-06 21:48 - INFO - user_name is None, requesting user input.
23
- 2025-03-06 21:51 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
24
- 2025-03-06 21:51 - INFO - user_name not found in session_state, setting to None.
25
- 2025-03-06 21:51 - INFO - user_name is None, requesting user input.
26
- 2025-03-06 21:51 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
27
- 2025-03-06 21:51 - INFO - user_name not found in session_state, setting to None.
28
- 2025-03-06 21:51 - INFO - user_name is None, requesting user input.
29
- 2025-03-06 21:51 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
30
- 2025-03-06 21:51 - INFO - user_name is None, requesting user input.
31
- 2025-03-06 21:51 - INFO - User entered name: Velu. Setting session_state.user_name.
32
- 2025-03-06 21:51 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
33
- 2025-03-06 21:51 - INFO - User already entered a name: Velu. Displaying greeting.
34
- 2025-03-06 21:51 - INFO - Displaying the chat history.
35
- 2025-03-06 21:51 - INFO - Waiting for user input...
36
- 2025-03-06 21:52 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
37
- 2025-03-06 21:52 - INFO - User already entered a name: Velu. Displaying greeting.
38
- 2025-03-06 21:52 - INFO - Displaying the chat history.
39
- 2025-03-06 21:52 - INFO - Waiting for user input...
40
- 2025-03-06 21:53 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
41
- 2025-03-06 21:53 - INFO - User already entered a name: Velu. Displaying greeting.
42
- 2025-03-06 21:53 - INFO - Displaying the chat history.
43
- 2025-03-06 21:53 - INFO - Waiting for user input...
44
- 2025-03-06 21:53 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
45
- 2025-03-06 21:53 - INFO - User already entered a name: Velu. Displaying greeting.
46
- 2025-03-06 21:53 - INFO - Displaying the chat history.
47
- 2025-03-06 21:53 - INFO - Waiting for user input...
48
- 2025-03-06 21:53 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
49
- 2025-03-06 21:53 - INFO - User already entered a name: Velu. Displaying greeting.
50
- 2025-03-06 21:53 - INFO - Displaying the chat history.
51
- 2025-03-06 21:53 - INFO - Waiting for user input...
52
- 2025-03-06 21:53 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
53
- 2025-03-06 21:53 - INFO - User already entered a name: Velu. Displaying greeting.
54
- 2025-03-06 21:53 - INFO - Displaying the chat history.
55
- 2025-03-06 21:53 - INFO - Waiting for user input...
56
- 2025-03-06 21:53 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
57
- 2025-03-06 21:53 - INFO - User already entered a name: Velu. Displaying greeting.
58
- 2025-03-06 21:53 - INFO - Displaying the chat history.
59
- 2025-03-06 21:53 - INFO - Waiting for user input...
60
- 2025-03-06 21:53 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
61
- 2025-03-06 21:53 - INFO - user_name not found in session_state, setting to None.
62
- 2025-03-06 21:53 - INFO - user_name is None, requesting user input.
63
- 2025-03-06 21:53 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
64
- 2025-03-06 21:53 - INFO - user_name is None, requesting user input.
65
- 2025-03-06 21:53 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
66
- 2025-03-06 21:53 - INFO - user_name is None, requesting user input.
67
- 2025-03-06 21:53 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
68
- 2025-03-06 21:53 - INFO - user_name is None, requesting user input.
69
- 2025-03-06 21:53 - INFO - User entered name: Velu. Setting session_state.user_name.
70
- 2025-03-06 21:53 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
71
- 2025-03-06 21:53 - INFO - User already entered a name: Velu. Displaying greeting.
72
- 2025-03-06 21:53 - INFO - Displaying the chat history.
73
- 2025-03-06 21:53 - INFO - Waiting for user input...
74
- 2025-03-06 21:55 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
75
- 2025-03-06 21:55 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
76
- 2025-03-06 21:55 - INFO - user_name not found in session_state, setting to None.
77
- 2025-03-06 21:55 - INFO - user_name is None, requesting user input.
78
- 2025-03-06 23:03 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
79
- 2025-03-06 23:03 - INFO - user_name not found in session_state, setting to None.
80
- 2025-03-06 23:03 - INFO - user_name is None, requesting user input.
81
- 2025-03-06 23:03 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
82
- 2025-03-06 23:03 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
83
- 2025-03-06 23:03 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
84
- 2025-03-06 23:04 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
85
- 2025-03-06 23:04 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
86
- 2025-03-06 23:04 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
87
- 2025-03-06 23:04 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
88
- 2025-03-06 23:04 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
89
- 2025-03-06 23:05 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
90
- 2025-03-06 23:05 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
91
- 2025-03-06 23:05 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
92
- 2025-03-06 23:06 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
93
- 2025-03-06 23:06 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
94
- 2025-03-06 23:06 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
95
- 2025-03-06 23:08 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
96
- 2025-03-06 23:11 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
97
- 2025-03-07 06:51 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
98
- 2025-03-07 06:51 - INFO - user_name not found in session_state, setting to None.
99
- 2025-03-07 06:51 - INFO - user_name is None, requesting user input.
100
- 2025-03-07 06:51 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
101
- 2025-03-07 06:51 - INFO - user_name is None, requesting user input.
102
- 2025-03-07 06:51 - INFO - User entered name: Vela. Setting session_state.user_name.
103
- 2025-03-07 06:51 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
104
- 2025-03-07 06:51 - INFO - User already entered a name: Vela. Displaying greeting.
105
- 2025-03-07 06:51 - INFO - Displaying the chat history.
106
- 2025-03-07 06:51 - INFO - Waiting for user input...
107
- 2025-03-07 06:51 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
108
- 2025-03-07 06:51 - INFO - User already entered a name: Vela. Displaying greeting.
109
- 2025-03-07 06:51 - INFO - Displaying the chat history.
110
- 2025-03-07 06:51 - INFO - Waiting for user input...
111
- 2025-03-07 06:51 - INFO - Assistant response: An error occurred while processing your request....
112
- 2025-03-07 06:52 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
113
- 2025-03-07 06:52 - INFO - user_name not found in session_state, setting to None.
114
- 2025-03-07 06:52 - INFO - user_name is None, requesting user input.
115
- 2025-03-07 06:52 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
116
- 2025-03-07 06:52 - INFO - user_name is None, requesting user input.
117
- 2025-03-07 06:52 - INFO - User entered name: Velu. Setting session_state.user_name.
118
- 2025-03-07 06:52 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
119
- 2025-03-07 06:52 - INFO - User already entered a name: Velu. Displaying greeting.
120
- 2025-03-07 06:52 - INFO - Displaying the chat history.
121
- 2025-03-07 06:52 - INFO - Waiting for user input...
122
- 2025-03-07 06:52 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
123
- 2025-03-07 06:52 - INFO - User already entered a name: Velu. Displaying greeting.
124
- 2025-03-07 06:52 - INFO - Displaying the chat history.
125
- 2025-03-07 06:52 - INFO - Waiting for user input...
126
- 2025-03-07 06:52 - INFO - Assistant response: An error occurred while processing your request....
127
- 2025-03-07 06:54 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
128
- 2025-03-07 06:54 - INFO - user_name not found in session_state, setting to None.
129
- 2025-03-07 06:54 - INFO - user_name is None, requesting user input.
130
- 2025-03-07 06:54 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
131
- 2025-03-07 06:54 - INFO - user_name is None, requesting user input.
132
- 2025-03-07 06:54 - INFO - User entered name: Vela. Setting session_state.user_name.
133
- 2025-03-07 06:54 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
134
- 2025-03-07 06:54 - INFO - User already entered a name: Vela. Displaying greeting.
135
- 2025-03-07 06:54 - INFO - Displaying the chat history.
136
- 2025-03-07 06:54 - INFO - Waiting for user input...
137
- 2025-03-07 06:54 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
138
- 2025-03-07 06:54 - INFO - User already entered a name: Vela. Displaying greeting.
139
- 2025-03-07 06:54 - INFO - Displaying the chat history.
140
- 2025-03-07 06:54 - INFO - Waiting for user input...
141
- 2025-03-07 06:54 - INFO - Assistant response: I'm so sorry to hear that you're not feeling well today. It can be really frustrating and concerning...
142
- 2025-03-07 06:54 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
143
- 2025-03-07 06:54 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
144
- 2025-03-07 06:54 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
145
- 2025-03-07 06:55 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
146
- 2025-03-07 07:06 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
147
- 2025-03-07 07:06 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
148
- 2025-03-07 07:06 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
149
- 2025-03-07 07:15 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
150
- 2025-03-07 07:15 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
151
- 2025-03-07 07:16 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
152
- 2025-03-07 07:16 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
153
- 2025-03-07 07:16 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
154
- 2025-03-07 07:16 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
155
- 2025-03-07 07:16 - INFO - user_name not found in session_state, setting to None.
156
- 2025-03-07 07:16 - INFO - user_name is None, requesting user input.
157
- 2025-03-07 07:16 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
158
- 2025-03-07 07:16 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
159
- 2025-03-07 07:16 - INFO - user_name is None, requesting user input.
160
- 2025-03-07 07:16 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
161
- 2025-03-07 07:16 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
162
- 2025-03-07 07:16 - INFO - user_name is None, requesting user input.
163
- 2025-03-07 07:16 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
164
- 2025-03-07 07:16 - INFO - user_name is None, requesting user input.
165
- 2025-03-07 07:16 - INFO - User entered name: Velu. Setting session_state.user_name.
166
- 2025-03-07 07:16 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
167
- 2025-03-07 07:16 - INFO - User already entered a name: Velu. Displaying greeting.
168
- 2025-03-07 07:16 - INFO - Displaying the chat history.
169
- 2025-03-07 07:16 - INFO - Waiting for user input...
170
- 2025-03-07 07:17 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
171
- 2025-03-07 07:17 - INFO - User already entered a name: Velu. Displaying greeting.
172
- 2025-03-07 07:17 - INFO - Displaying the chat history.
173
- 2025-03-07 07:17 - INFO - Waiting for user input...
174
- 2025-03-07 07:17 - INFO - Assistant response: I'm so sorry to hear that you're not feeling well today. It can be really frustrating and worrisome ...
175
- 2025-03-07 07:17 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
176
- 2025-03-07 07:17 - INFO - User already entered a name: Velu. Displaying greeting.
177
- 2025-03-07 07:17 - INFO - Displaying the chat history.
178
- 2025-03-07 07:17 - INFO - Displayed 2 messages from the chat history.
179
- 2025-03-07 07:17 - INFO - Displayed 2 messages from the chat history.
180
- 2025-03-07 07:17 - INFO - Waiting for user input...
181
- 2025-03-07 07:17 - INFO - Assistant response: Hello! It's nice to meet you. Is there something on your mind that you'd like to talk about, or perh...
182
- 2025-03-07 07:17 - INFO - Page successfully configured with title: Yuvabe Care Companion AI
183
- 2025-03-07 07:17 - INFO - User already entered a name: Velu. Displaying greeting.
184
- 2025-03-07 07:17 - INFO - Displaying the chat history.
185
- 2025-03-07 07:17 - INFO - Displayed 4 messages from the chat history.
186
- 2025-03-07 07:17 - INFO - Displayed 4 messages from the chat history.
187
- 2025-03-07 07:17 - INFO - Displayed 4 messages from the chat history.
188
- 2025-03-07 07:17 - INFO - Displayed 4 messages from the chat history.
189
- 2025-03-07 07:17 - INFO - Waiting for user input...
190
- 2025-03-07 07:17 - INFO - Assistant response: It seems like you've been provided with some general health advice, but you haven't asked a specific...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/frontend/utils/logger.py CHANGED
@@ -3,7 +3,7 @@ from logging.handlers import RotatingFileHandler
3
  import os
4
 
5
  log_file = 'yuvabe_care_companion_ai_app.log'
6
- log_dir = 'logs/api'
7
  log_level=logging.INFO
8
 
9
  def get_logger( ):
 
3
  import os
4
 
5
  log_file = 'yuvabe_care_companion_ai_app.log'
6
+ log_dir = 'logs/app'
7
  log_level=logging.INFO
8
 
9
  def get_logger( ):