You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai/generative-ai-service/hr-goal-alignment/files/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The system integrates with Oracle Database and uses OCI's Generative AI models t
39
39
│ └── inference.py
40
40
├── goal_alignment_backend.py
41
41
├── org_chart_backend.py
42
-
├── Org_Chart.py
42
+
├── org_chart.py
43
43
├── pages/
44
44
│ ├── course_recommendation_chatbot.py
45
45
│ ├── goal_alignment_chatbot.py
@@ -83,7 +83,7 @@ Download and install Graphviz from https://graphviz.org/download/
83
83
Ensure the Graphviz /bin directory is added to your system PATH.
84
84
85
85
### 4. Configure Oracle access
86
-
Before running the application, you need to provide your Oracle Cloud Infrastructure (OCI) and Autonomous Database credentials.
86
+
Before running the application, you need to provide your Oracle Cloud Infrastructure (OCI) and Autonomous Database credentials. This entails that you need to have an Oracle Autonomous Database set up in advance in order for this code to work.
0 commit comments