Results 4 comments of 555chy

W/Glide: Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored

> hi [@555chy](https://github.com/555chy) not supported yet. Could you elaborate on what drill-down / drill-up experience you'd like to see? 例如,我要查询 “今年每个部门的销售业绩”,在这个问题里,今年是一个维度,部门是一个维度。我希望在回答的时候可以列出这两个维度指标。 1. 点击今年,可以切换成按季度、按月、按周统计部门业绩 2. 点击部门,可以切换成按分公司统计,或者详细到部门下每个员工的业绩 这就是上钻和下钻,这个操作是非常实用而且非常方便的。这样可以让用户无需重复提问一次类似的问题 For example, if I...

I had the same problem with on-premises deployment. How to test whether LLM and Embedding are configured successfully? Is there a button on the interface? If not, can you add...

In Chinese 感谢,我以及解决了这个问题了。确实是由于配置导致的。我使用的是azure_openai, 后面下载源码,然后用/wren-ai-service/docs/config_examples/config.azure.yaml进行配置,然后成功了 要注意的是,密码只能在yaml里面配置字段名api_key_name,然后在.env里面配置值。不要在yaml里面既配置api_key又api_key_name,这样会冲突导致出错 ----- In English Thank you, I have resolved this issue. It is indeed caused by configuration. I am using Azure openai, Later, download the source...