Hello Everyone, i have a question regarding changi...
# community-help
a
Hello Everyone, i have a question regarding changing the configuration of a cloud cluster. I already did some researching of the documentation, but the thing i was missing everywhere was CLI, i tried to find the typesense native CLI, and i even came up with one github repo(https://github.com/AlexBV117/typesense-cli.git), but i saw that its for self hosted typesense server. So is there any way to configure such setting for cloud typesense also by us, as this is our current requirement, because we are testing our case fitness with typesense. I would be veryy glad if u can help me in any way. Thanks a lot in advance 🙏 @Sahil Rally @Atishay Jain
@Fanis Tharropoulos If u know any direction to show me
Also i wanted to know is there a way we can do iterate like pagination in group_by query on particular group. As the hits limit inside per group is 99, but i want all the hits inside that group. i get the count via found but need the whole hits too.
f
a
Okayy, i saw the document. but there i need a
X-TYPESENSE-CLOUD-MANAGEMENT-API-KEY
. and on typesense cloud console, any way to retrieve it. So is this demand specific. Also Note:- Currently i am on free tier
@Harpreet Sangar @Fanis Tharropoulos @Kishore Nallan
f
a
Hey @Fanis Tharropoulos Sorry for pinging u again. But i am trying this curl to update the max_group_limit of my cluster. but i am getting error not found
404
. Can u please help me to debug it ? I have both keys mentioned in curl
Copy code
curl --location --request PATCH '<https://cloud.typesense.org/api/cluster-configurations/8ydl2xj6o3z0pawfp>' \
--header 'Content-Type: application/json' \
--header 'X-TYPESENSE-API-KEY: <>' \
--header 'X-TYPESENSE-CLOUD-MANAGEMENT-API-KEY: <>' \
--data '{
    "max_group_limit": 1000
  }'
s
@Fanis Tharropoulos
k
I suspect that this particular parameter is not yet supported by the console yet because this is not yet a GA version. We have to add support to it.
I will get back to you on this.
g
hello @Kishore Nallan and thanks a lot for everything you pull out for the Typesense community. I've bump on the same issue here: https://typesense-community.slack.com/archives/C01P749MET0/p1747343011577749 Wondering if I can Group By more than 100k groups
thanks !!
j
@Ashutosh Thakur @Gabriel Delattre We don't support modifying server-side parameters via the Cloud Management API yet. We have to do it for you from our side. Could you send an email to support @ typesense dot org with your cluster ID and what you'd like the new
max_group_limit
to be for your cluster. We can then increase it for you
🙌 1
g
ok, ! will send email tonight
thanks
s
@Ashutosh Pls make a note and shoot an email. @Jason Bosco Atleast, for Paid Clusters, Client would rather expect management on their side. Good to be in the Backlog.
1
j
Yup, definitely. In the backlog already, just need to prioritize it.
🙌 1