Skip to content

Commit 1041561

Browse files
enh: add chats dataset to readme
1 parent 289fe02 commit 1041561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ai/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ This exercise has been designed to give a glimpse of what it is like to build an
1010

1111
## Instructions
1212

13-
You are tasked with implementing a retrieval system for a messaging app. It must expose API endpoints that enable users to query their conversation history using natural language. You are free to implement the API in any way you feel the most comfortable with. You can find a dataset of chat conversations between several users here.
13+
You are tasked with implementing a retrieval system for a messaging app. It must expose API endpoints that enable users to query their conversation history using natural language. You are free to implement the API in any way you feel the most comfortable with. You can find a dataset of chat conversations between several users [here](https://github.com/hearthandsinc/challenges/blob/main/ai/chats.json).
1414

1515
We enforce no technical constraints: you are free to choose the language, data layer, network protocol, and design your API as you see fit. You are purposefully being given a lot of freedom here, and you will not be judged on these decisions alone, but we will challenge the understanding of the trade-offs you make.
1616

1717
Functional requirements:
1818

1919
- [ ] Users can search through their chat history using natural language.
20-
E.g. (assuming that information is available in the chat history):
20+
The question we will be asking:
2121
- "What did Aymeric and I discuss last week?"
2222
- "Where does Aymeric live?"
2323
- "What did David tell me about the roadmap?"

0 commit comments

Comments
 (0)