Need assistance for RAG with Business process workflow in Semantic kernel #9888
Replies: 3 comments 1 reply
-
Tagging @alliscode for visibility with C# Processes. |
Beta Was this translation helpful? Give feedback.
-
@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.
-
I was attending a presentation in early November in Malmoe, Sweden; held by Matthew Bolanos. He was presenting several things, including the use of agents/assistants. During his presentation he also introduced the ProcessBuilder, which is also used in your samples linked in the reply from @sphenry. I am using latest (version 1.32.0) of Microsoft.SemanticKernel and nowhere is the namespace for .Process to be found (thus I cannot use the ProcessBuilder). This makes the samples impossible to run. Do I need to do something special because this is an experimental feature? Please advice. Edit:
|
Beta Was this translation helpful? Give feedback.
-
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