Ying Chun Guo
Ying Chun Guo
Following [Apache license header guideline](http://www.apache.org/legal/src-headers.html), **all human-readable Apache-developed files that are included within a distribution must include the header text with few exceptions**. You can find few exceptions here: [which...
We need to provide a dev document to guide people who want to install this package to their OpenWhisk.
In the `database-actions`, `https` is hard coded in the source code. (see a [sample](https://github.com/apache/incubator-openwhisk-package-cloudant/blob/master/actions/database-actions/create-document.js#L85) here) So all `database-actions` cannot support databases which accept `http` connection only. Adding a new parameter...
We need to provide a dev document to guide people who want to install this package to their OpenWhisk.
Following the document README.md to create a filter, when I type `wsk action invoke /_/myCloudant/write -p dbname testdb -p overwrite true -P design_doc.json -r` and return, I will get an...
FaqGen has [k8s manifests](https://github.com/opea-project/GenAIExamples/tree/main/FaqGen/kubernetes/manifests), yet it doesn't have e2e tests. We need to add `test_manifest_on_xeon.sh` and `test_manifest_on_gaudi.sh` under folder `FaqGen/tests`