Ngnix in front of Jaeger, FastAPI, and ReactNginx with Jaegar (without FastAPI) First assume Jaeger is running as named Docker container: docker run -d --name jaeger -p 16686:16686 jaegertracing/all-in-one --query.base-path=/jaeger Now add oApr 7, 2026·3 min read
Service Principal connection to Azure DbOIDC Client Credentilas Flow The Service Principal is just an entry in MS Graph partitioned by Azure Active Directory (AAD or Microsoft Entra) that identifies the application, like other accounts are identified by regular users. As any record in MS ...Mar 23, 2025·4 min read
Chatbot Showdown: Microsoft Copilot Studio vs. Google Dialogflow CXMicrosoft Copilot Studio and Google Dialogflow CX are both chatbot creation tools. We’ll start with Dialogflow as the baseline and compare its capabilities to the competitor’s. If there are any unique or impressive features of the competitor, we’ll h...Feb 26, 2025·6 min read
Partial data (@defer directive) in GraphQLThere are 2 currently available mechanisms for delivering partial responses from GraphQL Server: multipart/mixed responses and SSE. Both are HTTP standards and are widely adopted. Let’s start with multipart/mixed content type responses. The typical ...Feb 17, 2025·5 min read
DF Parameters ValidationTerminology Any response, static or dynamic, is called by Dialogflow CX documentation fulfillment. Form Filling is the conversational design pattern where the agent collects a set of required information from the user asking the questions step-by-ste...Oct 20, 2024·2 min read
3 concepts of DialogflowIntents and Entities Datastores and prompt engineering for Generators Webhooks and parameters exchange Terminology Any output is called by Dialogflow CX documentation fulfillment. Inserting the parameter into the prompt is demonstrated in HALGene...Oct 20, 2024·2 min read
DF parameters and entitiesTo detect the user's utterance intent it's crucial to extract the significant parts of the sentences and parametrize the less significant ones. Say "How old are you" for an answer "I'm 20 years old". The number 20 is a variable component of the sente...Oct 7, 2024·1 min read