Skip to content

Commit

Permalink
change description of event format to the actual format used.
Browse files Browse the repository at this point in the history
change description of event format to the actual format used.
  • Loading branch information
tabdunabi authored Apr 10, 2023
2 parents a12012a + be26e48 commit 236c6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/semantic_matching_using_LLM_embeddings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Use a custom Lambda function to use any Embedding API or embedding model on Sage
Your Lambda function is passed an event of the form:
```
{
"inputtype": "string", // value 'q' for question, 'a' for answer
"inputtext":"string" // string of question of answer to use to generate embeddings
"inputType": "string", // value 'q' for question, 'a' for answer
"inputText":"string" // string of question of answer to use to generate embeddings
}
```
and must return a JSON structure of the form:
Expand Down

0 comments on commit 236c6da

Please sign in to comment.