Update README.md
Browse files
README.md
CHANGED
|
@@ -189,6 +189,13 @@ My LLMs
|
|
| 189 |
- `LayerNorm` → `RMSNorm`
|
| 190 |
- `FFN` → `SwiGLU`
|
| 191 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 192 |
---
|
| 193 |
|
| 194 |
# install tokenizer before run
|
|
|
|
| 189 |
- `LayerNorm` → `RMSNorm`
|
| 190 |
- `FFN` → `SwiGLU`
|
| 191 |
|
| 192 |
+
---
|
| 193 |
+
### JiRack RAG System
|
| 194 |
+
- It is microservice architecture with API Gateway and Service Discovery
|
| 195 |
+
- Framework Spring boot and Google embeddings model for JiRack RAG System with Chatbot and JiRach model deployment with docker scipt
|
| 196 |
+
- video https://www.youtube.com/watch?v=vHClQu76kMc
|
| 197 |
+
- RAG System https://bitbucket.org/cmsmanhattan/rag/src/main/
|
| 198 |
+
|
| 199 |
---
|
| 200 |
|
| 201 |
# install tokenizer before run
|