Generic chat UI like Chainlit or Streamlit for C#? #6401
-
I have some experience building chat based experiences using generic UI frameworks like Streamlit or Chainlit (there are many others), but these are available only for Python. Since the C# SDK of Semantic Kernel is the most mature, I am looking for something like the above Python frameworks. Any suggestions for such, that can be used with SK? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@benceblaske The closest thing for C# to build chat based UI together with Semantic Kernel would be Blazor. You can use it together with HTML/CSS/JS, which means that in theory you can combine it with other available JS UI frameworks.
We just released Python v1 version and at this point it should be up to date with all C# features. You can try to handle your scenario with Python version together with Streamlit or Chainlit and share your experience with us, it would be really interesting to learn about it! |
Beta Was this translation helpful? Give feedback.
@benceblaske The closest thing for C# to build chat based UI together with Semantic Kernel would be Blazor. You can use it together with HTML/CSS/JS, which means that in theory you can combine it with other available JS UI frameworks.
We just released Python v1 version and at this point it should be up to date with all C# features. You can try to handle your scenario with Python version together with Streamlit or Chainlit and share your experience with us, it would be really interesting to learn about it!