This blog post contains an overview, where we get a summary of the used elements of JMeter for the Example Functional Performance Test.
CheatSheet: How access a remote machine with a SSH key?
This is a simple cheat sheet: How access a remote machine with a SSH key?
Write a simple question-answering pipeline with IBM watsonx.ai, IBM Watson Discovery by using Python and FastAPI
This blog post contains information about a simple example implementation for a simple question-answering pipeline using an inside-search (IBM Cloud Watson Discovery) and a prompt (IBM Watsonx with prompt-lab) to create an answer.
Reset your last GitHub commit
This blog post is a short cheat sheet. Sometimes you need to cancel your last GitHub commit before you push your changes to GitHub.
How to get the Egress IPs for an IBM Cloud Code Engine Project
This blog post is just a short cheat sheet on how to get the Egress IPs for an IBM Cloud Code Engine Project.
Build and push a container image to IBM Cloud Container Registry using bash automation
This extract is from a bash automation script in the question-answering GitHub project. The bash script automates the deployment to IBM Cloud Code Engine. The extraction is about the building and pushing a container to the IBM Cloud Container Registry.
A custom Reranker deployment on Kubernetes
The objective of this project is to deploy the Reranker to a Kubernetes cluster in a VPC on IBM Cloud and access the REST API of the Reranker. The Reranker is a component of PrimeQA.
Example of how to connect and use Elasticsearch on IBM Cloud Databases using bash automation and CURL commands
This blog post is a short example of connecting to Elasticsearch on IBM Cloud with Databases for Elasticsearch using bash scripting with cURL.
Show the collection IDs of IBM Cloud Watson Discovery projects using cURL
This blog post is a simple example (cheat sheet) of listing the collections for a project in Watson Discovery using cURL and the IBM Cloud Watson Discovery API V2. You can get more details in the IBM Cloud Watson Discovery API documentation. 1. Log on to IBM Cloud ibmcloud login (-sso) REGION=us-south GROUP=default ibmcloud target -r... Continue Reading →
The Setup of Bring Your Own Search (BYOS) for a Question Answering Service in Watson Assistant
This blog post is about how to set up Bring Your Own Search (BYOS) for the Question Answering Service based on IBM Software in Watson Assistant. The implementation of the Question and answering Service is available on GitHub.
