Skip to content

Commit 220d577

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,13 @@ npm install
106106
npm run dev
107107
```
108108

109+
### LLM calls
110+
- The system prompt for all LLM queries is defined in backend/app/utils/system_prompt.py
111+
- 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.
112+
- 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.
113+
- 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.
115+
116+
109117
## 📄 License
110118
This project is part of Google Summer of Code and is licensed under the MIT License.

0 commit comments

Comments
 (0)