Haibo Yang
Haibo Yang
How to use Netlify-cli to execute serverless functions? 1. Go to the src/dashboard dir, "yarn run functions:build". 2. Test each function on localhost:8888 (eg: GET localhost:8888/api/v1/users)
build fabric2.5.9 image using local dockerfile (path: build_image/docker/cello-hlf/Dockerfile).
According to [Create a channel(latest)](https://hyperledger-fabric.readthedocs.io/en/latest/create_channel/create_channel_participation.html), **Differences between HLF2.5.9 and older version:** 1. system channels are no longer supported, replaced by application channels. 2. block creation of system channel is no...
Currently there is no invoke function for chaincode. Adding this would be helpful for demonstration and testing purposes.
### Description This PR introduces VIDEX as a new storage engine plugin for MariaDB. VIDEX is a **Disaggregated and Extensible Virtual Index Engine** designed to perform efficient and accurate what-if...
Although `ProgressOverlay` is currently only used in ImageScreen, placed it in GenerativeAIUIComponents to support unified progress indication for future development of image, video, and audio generation features. Related PR. #1719
## Problem Description Currently, [GenerativeAIUIComponents](https://github.com/firebase/quickstart-ios/tree/main/firebaseai/GenerativeAIUIComponents) in firebaseai uses **Swift Package mode**, which adds configuration complexity. The goal of this project is to facilitate developers' quick reuse of the code, and...
According to the [Firebase AI Logic document](https://firebase.google.com/docs/ai-logic/chat?api=dev#chat-prompt), the role in `ModelContent` for chat history should be either user or model. Therefore, Participant.system is suggested to be updated to Participant.model to...
Add labels to the chat bubbles in MessageView.swift, aligning the USER label to the right and the MODEL label to the left.
# Overview The current `GenerativeAIMultimodalExample` sample project only supports image analysis, with a single input method—using `PhotosPicker` to select images, and only processes image (`UIImage`) formats. However, according to the...