Skip to content

Commit

Permalink
fix: Update AI readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasthomas committed Jun 14, 2024
1 parent e5cad9f commit 4ba597a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 286 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
formatted_chats.json filter=lfs diff=lfs merge=lfs -text
4 changes: 1 addition & 3 deletions aillm/readme.md → ai/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# AI Challenge

Backend Challenge
This challenge is part of the AI hiring process at Heart Hands.

## Why this challenge?
Expand All @@ -21,8 +20,7 @@ Functional requirements:
E.g. (assuming that information is available in the chat history):
- "What did Aymeric and I discuss last week?"
- "Where does Aymeric live?"
- "When did I tell David I was sending him a roadmap update?"
- [ ] Messages can be sent through an API and are directly searchable through the assistant.
- "What did David tell me about the roadmap?"
- [ ] Your solution is multitenant. Users can only search their own history using their user ID.
- [ ] Users can query their chat history through an API endpoint.

Expand Down
Loading

0 comments on commit 4ba597a

Please sign in to comment.