[CodeTrans]Update README.md for docker build issue and UI (#259)

* Update README.md for docker build issue and UI

fix docker build issues and add UI section

Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
This commit is contained in:
Louie Tsai
2024-06-10 16:07:40 -07:00
committed by GitHub
parent b967f60536
commit 60b1696530

View File

@@ -110,3 +110,12 @@ pip install -U langsmith
export LANGCHAIN_TRACING_V2=true export LANGCHAIN_TRACING_V2=true
export LANGCHAIN_API_KEY=ls_... export LANGCHAIN_API_KEY=ls_...
``` ```
## 🚀 Launch the UI
Open this URL `http://{host_ip}:5173` in your browser to access the frontend.
![image](https://github.com/intel-ai-tce/GenAIExamples/assets/21761437/71214938-819c-4979-89cb-c03d937cd7b5)
Here is an example for summarizing a article.
![image](https://github.com/intel-ai-tce/GenAIExamples/assets/21761437/be543e96-ddcd-4ee0-9f2c-4e99fee77e37)