Need assistance for RAG with Business process workflow in Semantic kernel #9888
Closed
rajeshbayya
started this conversation in
General
Replies: 2 comments
-
Tagging @alliscode for visibility with C# Processes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@rajeshbayya Take a look at the Process Framework here: Process Framework Docs and the Samples here: Process Framework Samples |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we are having RAG solution using semantic kernel in c# which searches in user guide document and gives answer to user. I want to a business process workflow to existing semantic kernel solution. Business workflow is run the tax process and wait till it completes. Once process it is completed it should print tax forms pdf automatically in chat. I have rest apis for the starting tax process, process status and print tax forms.
Please assist "How to achieve this along with the existing RAG solution".
RAG is implemented using the refrence https://github.com/Azure-Samples/azure-search-openai-demo-csharp @dmytrostruk
@juliomenendez @atifaziz @dandv @
Beta Was this translation helpful? Give feedback.
All reactions