issues
search
Azure-Samples
/
nlp-sql-in-a-box
MIT License
14
stars
6
forks
source link
Refactor to comply with template
#2
Closed
franklinlindemberg
closed
3 months ago
franklinlindemberg
commented
3 months ago
Changes in this PR:
refactored python code since it was no longer working with the latest semantic-kernel library (and I didn't know which one was used by the time).
removed speech functions from semantic kernel (I dont think they belong there since they were called manually)
added query database as a semantic kernel plugin (now the chat will handle when it needs to fetch from the database automatically)
refactored biceps module
remove unused codes
exported expected env variables
updated gpt name/version (the previous one was no longer available)
Changes in this PR: