suhail commited on
Commit
7989010
·
1 Parent(s): 57b4908
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: blue
5
  colorTo: green
6
  sdk: docker
7
  pinned: false
8
-
9
 
10
  # Agentic RAG Chatbot
11
 
@@ -253,4 +253,3 @@ After verifying the backend skeleton is working:
253
  3. Create service layer functionality in `/app/services`
254
  4. Add API endpoints in `/app/api/v1/`
255
  5. Implement the RAG logic in the service layer
256
- ---
 
5
  colorTo: green
6
  sdk: docker
7
  pinned: false
8
+ ---
9
 
10
  # Agentic RAG Chatbot
11
 
 
253
  3. Create service layer functionality in `/app/services`
254
  4. Add API endpoints in `/app/api/v1/`
255
  5. Implement the RAG logic in the service layer