Sisense Intelligence token estimation
Hi. We are considering activating Sisense intelligence to use a LLM for our data models and dashboards. We want to estimate how much this would our organization from the LLM provider side. It depends on the tokens that are input into the model. In the Sisense documentation it mentions that depends on the number of tables and column of the model, but I guess also on the pre-instructions text that is sent along the user's input. Is there a way of knowing how many tokens are added, or how much would cost to create a medium size dashboard given the OpenAI pricing? Thanks, Javi.59Views0likes4CommentsUnable to change system settings [403 Forbidden error]
Hey, we are unable to update any system settings on our account on our Sisense instance - keep getting 403 Forbidden error from any post requests made to the settings endpoint e.g. api/v1/settings/system. We're particularly interested in updating our CORS Origins Allowed domains. What could be the reason and how could we handle this issue?62Views0likes6CommentsNeed swagger/openapi spec to generate client
Hello! My team is integrating with your system and I wanted to generate (via codegen-swagger or @openapitools/openapi-generator-cli) the client that is supposed to talk to your API. For that purpose I would need access to you swagger specification or openapi specification document via link or something. Do you have such specification somewhere and if yes could you provide me a link for it or help me navigate to it? Best regards, Rado96Views0likes5CommentsSisense Admin account not working in CLI
I was trying to login to the Sisense CLI and no matter what I do it keeps failing login. At the same time though, I am signed into the web interface using the same credentials. I'm hoping any one can point me in the right direction or understand why its failing.54Views0likes4CommentsData Security Synchronization between Elasticubes
I was wondering if there is a possibility to synchronize the data security between elasticubes. For example, I have Elasticube A & Elasticube B which use one field (the same) for data security. Elasticube A is updated Monthly. Elasticube B is updated Weekly. The question is, if there is a functionality or a way to synchronize them. eg. If a change is done to Elasticube A, to synchronize the access rights of Elasticube B "automatically" .Solved80Views0likes7CommentsMulti-Tenant and Proxy don't work together
My Sisense instance has multiple tenants. I can access the admin tenant at myurl.com/app. I can access MyTenant1 at myurl.com/MyTenant1/app. I then set the Proxy URL to "/MySisense" (in myurl.com/app/configuration/system). I can now access the admin tenant at my myurl.com/MySisense/app. But I can't access MyTenant1 anymore, neither at myurl.com/MyTenant1/app nor at myurl.com/MySisense/MyTenant1. Can I use both the Proxy URL feature and the multi-tenant feature on the same instance?Solved39Views0likes3CommentsMap Help
Hi everyone, I am trying to create a heatmap style visual using latitude and longitude. I have a column called location that has data that looks like this -26.27389, 28.127951. Is there something I am misunderstanding when trying to input this as location data? Thanks.Solved84Views0likes3CommentsGeneric JDBC ClickHouse live model with custom dialect
Hello, I am using a Generic JDBC driver to query our ClickHouse cluster. It works quite well on ElasticCube, except for handling date types and date functions. Therefore, I would like to use a live model with a custom dialect. However, I haven't found any documentation about that. I noticed that the analytical engine is enabled for my connector and that it's based on Apache Calcite. Additionally, I saw that there is a custom dialect for ClickHouse in the Apache Calcite project. https://github.com/apache/calcite/blob/main/core/src/main/java/org/apache/calcite/sql/dialect/ClickHouseSqlDialect.java I tried to download the Java file for ClickHouse dialect and upload it, but it doesn't seem to work as expected. Although no errors appeared in the UI, I noticed a 400 error in the network with the following message: "Failed to update dialect with response = ServiceResponse(status=INSTALL_DIALECT_FAILED, value=null, error=Failed to validate Dialect for connector GenericJDBC_clickhouse, statusCode=0), for connector GenericJDBC_clickhouse." Could you help me figure it out? ThanksSolved2.3KViews0likes9Comments