Yes
exemplo json:
"commit": {
"author": {
"name": "Name author",
"email": "test@test.com",
},
"committer": {
"name": "GitHub",
"email": "noreply@github.com",
},
"message": "Merge pull request #10000 from ezDevs/feat/remove-trial-modal\n\nfeat: remove career acessory and fix modal to schedule a mentory",
},
"author": {
"login": "login author",
"id": id,
},
"committer": {
"login": "login",
"id": Id,
},
i get the json and save to vectorDB, then join the vector bank with langchain to ask questions
Question: List to last commits
Response: Last commit is sha_id
Question: What other information do you have about the commit
Response: I don't have enough information to answer this
How to improve data to conversation Have a better conversation with unstructured data?