Hemanth HM

Results 207 comments of Hemanth HM

@microsoft-github-policy-service agree

We can manually retrieve the data and pre-fill the payment form using the `basic-card` method? Or maybe, we can enhance the Payment Request API to support `store-card` something like: ```js...

Hello @yoavweiss I briefly touched upon the use-cases, update them with more. The `window.ai.rag` would essentially implement a generic RAG (Retrieval-Augmented Generation) function that takes an input and retrieves a...

> Name spaces should be function-led rather than technology-used-to-deliver-the-function-led. The use of a `.ai` namespace is intentional, reflecting the API's focus on AI technology. This explicit naming clarifies its purpose...

Yes @tomayac that proposal from TC39 did cross my mind. fileToBase64 & urlToBase64 is seeking to solve file or URL to base64 without any extra steps for the API consumers.

Maybe it needs the `` `` prompt template?

@gustheman Is there a langchain `PromptTemplate` for `google/gemma-2b? If not `user\n{prompt}\nmodel\n` should work as @shira-stromer mentioned.

This worked, thank you @shira-stromer & @gustheman.

But for `google/gemma-2-27b-it` I notice: > ValueError: The checkpoint you are trying to load has model type `gemma2` but Transformers does not recognize this architecture. This could be because of...