Skip to content

Commit 62ffda7

Browse files
authored
Update README.md
1 parent 220d577 commit 62ffda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ npm run dev
111111
- LLM queries in Search page are defined at frontend/app/search/[bmid]/page.tsx, value is prefixed with the text defined in the ChatBox component in the same file.
112112
- LLM queries in Chat page are defined at frontend/app/chat/[bmid]/page.tsx, value is prefixed with the text defined in the ChatBox component in the same file.
113113
- The returned results are formatted in frontend/components, e.g. hyperlinks to model details are inserted in frontend/components/ChatBox.tsx
114-
- The RAG is using the knowledge base populated by the Admin.
114+
- The RAG is using the knowledge base populated by backend/populate_db.ipynb
115115

116116

117117
## 📄 License

0 commit comments

Comments
 (0)