Commit
·
030f023
1
Parent(s):
6044b05
Minor update to Readme
Browse files
README.md
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
i
|
2 |
-
|
3 |
# OpenPages IntelliBot
|
4 |
|
5 |
Welcome to OpenPages IntelliBot, your intelligent and efficient chatbot powered by the state-of-the-art Retrieval-Augmented Generation (RAG) technique and Large Language Model (LLM).
|
@@ -83,7 +81,7 @@ python app.py
|
|
83 |
docker build --tag <docker_id>/llm-rag-op-chatbot .
|
84 |
```
|
85 |
|
86 |
-
**Step 2:** Run container (replace `<docker_id>` with your Docker ID
|
87 |
|
88 |
```python
|
89 |
docker run -it -d --name llm-rag-op-chatbot -p 5555:5555 -e HUGGINGFACEHUB_API_TOKEN=<api_token> <docker_id>/llm-rag-op-chatbot:latest
|
|
|
|
|
|
|
1 |
# OpenPages IntelliBot
|
2 |
|
3 |
Welcome to OpenPages IntelliBot, your intelligent and efficient chatbot powered by the state-of-the-art Retrieval-Augmented Generation (RAG) technique and Large Language Model (LLM).
|
|
|
81 |
docker build --tag <docker_id>/llm-rag-op-chatbot .
|
82 |
```
|
83 |
|
84 |
+
**Step 2:** Run container (replace `<docker_id>` with your Docker ID)
|
85 |
|
86 |
```python
|
87 |
docker run -it -d --name llm-rag-op-chatbot -p 5555:5555 -e HUGGINGFACEHUB_API_TOKEN=<api_token> <docker_id>/llm-rag-op-chatbot:latest
|