-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code-gen-react-ui #417
code-gen-react-ui #417
Conversation
Include manifest to deploy CodeGen pipeline with ReactUI into Kubernetes. Include as well README file for the steps. Signed-off-by: Yeoh, Hoong Tee <[email protected]>
Signed-off-by: jaswanth8888 <[email protected]>
Add one line after this one to replace the registry,
|
Signed-off-by: jaswanth8888 <[email protected]>
added |
CodeGen: Manifest to deploy CodeGen with ReactUI into Kubernetes
for more information, see https://pre-commit.ci
Signed-off-by: jaswanth8888 <[email protected]>
…88/GenAIExamples into feat/codegen-react-ui
for more information, see https://pre-commit.ci
Signed-off-by: jaswanth8888 <[email protected]>
…88/GenAIExamples into feat/codegen-react-ui
|
Seems the issues is it's not going to pull the docker image from our test registry but build from source, then not able to get the Dockerfile, if that's the issue, you should able reproduce in your local test. |
If this works in your local test, I will do more test to identify the issue. |
Signed-off-by: jaswanth8888 <[email protected]>
Signed-off-by: jaswanth8888 <[email protected]>
…88/GenAIExamples into feat/codegen-react-ui
Tests works locally on Xeon. |
CodeGen/docker/ui/react/src/components/Message/conversationMessage.tsx
Outdated
Show resolved
Hide resolved
Ok, then we will do some local test on CI machine. |
Signed-off-by: jaswanth8888 <[email protected]>
…88/GenAIExamples into feat/codegen-react-ui
Signed-off-by: jaswanth8888 <[email protected]>
…88/GenAIExamples into feat/codegen-react-ui
Signed-off-by: jaswanth8888 <[email protected]>
Signed-off-by: jaswanth8888 <[email protected]>
…88/GenAIExamples into feat/codegen-react-ui
Signed-off-by: jaswanth8888 <[email protected]>
* CodeGen: Manifest to deploy CodeGen with ReactUI into Kubernetes Include manifest to deploy CodeGen pipeline with ReactUI into Kubernetes. Include as well README file for the steps. Signed-off-by: Yeoh, Hoong Tee <[email protected]> * code-gen-react-ui Signed-off-by: jaswanth8888 <[email protected]> * made changes as per PR suggestions Signed-off-by: jaswanth8888 <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated readme Signed-off-by: jaswanth8888 <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update base image Signed-off-by: jaswanth8888 <[email protected]> * updated codegn dockerfile react Signed-off-by: jaswanth8888 <[email protected]> * updated wait time Signed-off-by: jaswanth8888 <[email protected]> * updated as per PR comments Signed-off-by: jaswanth8888 <[email protected]> * aded react ui in gaudi test file Signed-off-by: jaswanth8888 <[email protected]> * fixed PR comments Signed-off-by: jaswanth8888 <[email protected]> * added docker pull for text-generation-model Signed-off-by: jaswanth8888 <[email protected]> * removed unused files Signed-off-by: jaswanth8888 <[email protected]> --------- Signed-off-by: Yeoh, Hoong Tee <[email protected]> Signed-off-by: jaswanth8888 <[email protected]> Co-authored-by: Yeoh, Hoong Tee <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: chen, suyue <[email protected]>
…ce (opea-project#417) * remrove deprecated imports and switch to langchain-huggingface Signed-off-by: rbrugaro <[email protected]> * fix typo Signed-off-by: rbrugaro <[email protected]> * set requirements to langchain latest release Signed-off-by: rbrugaro <[email protected]> * remove version for langchain in requirements Signed-off-by: rbrugaro <[email protected]> --------- Signed-off-by: rbrugaro <[email protected]>
Description
Added Code Gen React UI
Issues
n/a.
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
List the newly introduced 3rd party dependency if exists.
Tests
Describe the tests that you ran to verify your changes.