kgrabko commited on
Commit
6f0e548
·
verified ·
1 Parent(s): ab5d6e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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