Skip to content

Commit

Permalink
fix: element
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Jul 27, 2023
1 parent 4872118 commit de13114
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion targets/export-elasticsearch/request.http
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ POST http://localhost:8787/chat/contribution-generic
content-type: application/json

{
"question": "Quelle est la durée maximale de la période d'essai, sans et avec renouvellement avec un CDI ?",
"question": "Salut, quelle est la durée maximale de la période d'essai, sans et avec renouvellement ?",
"history": [],
"idcc": "0843"
}
5 changes: 5 additions & 0 deletions targets/frontend/src/pages/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ const ChatPage = () => {
<Typography variant="body2">
{sourceDocument.metadatas.metaDescription}
</Typography>
{sourceDocument.metadatas.idccNumber && (
<Typography variant="body2">
IDCC : {sourceDocument.metadatas.idccNumber}
</Typography>
)}
</li>
);
})}
Expand Down

0 comments on commit de13114

Please sign in to comment.