diff --git a/.gitignore b/.gitignore index b01bd0a9..a31ae91b 100644 --- a/.gitignore +++ b/.gitignore @@ -75,4 +75,5 @@ build/ .idea bin/ dist/ -application-local.yaml \ No newline at end of file +application-local.yaml +service/python/config.json diff --git a/K8S.md b/K8S.md index 910fb93e..ba4e3bc8 100644 --- a/K8S.md +++ b/K8S.md @@ -48,7 +48,7 @@ Change to the new folder: cd oci-generative-ai-jet-ui ``` -Install Node.js 16 on Cloud Shell. +Install Node.js 18 on Cloud Shell. ```bash nvm install 18 && nvm use 18 @@ -130,6 +130,7 @@ Run `get deploy` a few times: ```bash kubectl get deploy -n backend +kubectl get pods -n backend ``` Wait for all deployments to be `Ready` and `Available`. diff --git a/LOCAL.md b/LOCAL.md index d97c2359..0c3f1134 100644 --- a/LOCAL.md +++ b/LOCAL.md @@ -1,4 +1,13 @@ -# Run Local +# Running Java Backend for Local Development + +This guide provides step-by-step instructions for running the Java backend application locally for development purposes. + +Prerequisites +Ensure you have the following installed on your system: +Java Development Kit (JDK) 11 or later +Gradle 6.8 or later +Oracle JDBC Driver (if using an Oracle database) +Familiarize yourself with the project structure and configuration files. ## Run components diff --git a/app/package.json b/app/package.json index 53c11b5a..b98c5b0e 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "JETGenAI", - "version": "1.0.0", + "version": "1.0.2", "description": "Sample Client app showing communication with OCI Generative AI services via Websocket", "dependencies": { "@oracle/oraclejet": "~16.1.0", diff --git a/app/src/components/content/answer.tsx b/app/src/components/content/answer.tsx index 64276a6e..c15ad0c3 100644 --- a/app/src/components/content/answer.tsx +++ b/app/src/components/content/answer.tsx @@ -43,22 +43,22 @@ export const Answer = ({ item, sim }: Props) => { )} {!sim && (