We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a9228c + b5e3938 commit 00dcbbfCopy full SHA for 00dcbbf
backendsrc/embeddingsHandler.js
@@ -25,7 +25,7 @@ class embeddingsHandler {
25
async addEmbedding(inputIssue) {
26
27
// Get embeddings from Azure OpenAI Embeddings model
28
- const description = [GetDescription(inputIssue)];
+ const description = [GetDescription(inputIssue.title, inputIssue.body)];
29
30
let embeddingObject = null ;
31
0 commit comments