Amit Bansal

Results 96 comments of Amit Bansal

This issue should be closed. I faced the same where I cloned an existing server running on v0.24.x. No issue after upgrade. So this is user error.

I came here looking for the same, and see its been raised a few times earlier as well: 1. https://github.com/ealush/emoji-picker-react/issues/216 2. https://github.com/ealush/emoji-picker-react/issues/350 Basically - it would be great if its...

See this https://github.com/nolanlawson/emoji-picker-element/issues/323, as an alternate. Though I prefer a custom group since it does not limit the number of selected emoji.

> So if I understand the ask correctly, we're talking about a group that's comprised of just any emoji, not necessarily belonging to the same group, right? Yup, thats right....

I came here looking exactly for this, and to ask for an addition: 1. Favorites bar can be treated as a "reactions bar", so a prop with favorites=[] is perfect....

I suggest placing the fav bar above by default, since it declutters the UI. As it stands, one would not know its a fav bar, but if its placed above,...

Is there some new thought on this or some feature or hack that can be used? group_by isn't really working for chunking / dedup.

Yup, I'm also on board with chunking. What I meant above was - is there some feature or hack I can use for deduplicating results with chunking?

Since this is a fake `group_by` based on some facet field that is artificially assigned, **there will be as many values as there are documents and potentially infinite**. Further, each...

Actually this won't work for Azure OpenAI. The Azure API signature is: `POST https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}/embeddings?api-version={api-version}` via https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#embeddings But TS will insert a `/v1/embeddings` at the end Also, API key is needed...