EachShow
EachShow
NEST 7.17.1 works fine update the nuget NEST to 7.17.2, Nlog crashed. ``` Stack overflow. at System.Reflection.RuntimeAssembly.GetModules(System.Runtime.CompilerServices.QCallAssembly, Boolean, Boolean, System.Runtime.CompilerServices.ObjectHandleOnStack) at System.Reflection.RuntimeAssembly.GetModulesInternal(Boolean, Boolean) at System.Reflection.RuntimeAssembly.get_DefinedTypes() at DynamicClass.Serialize(Byte[][], System.Object[], Elasticsearch.Net.Utf8Json.JsonWriter ByRef,...
I want to get the tokens per call. Just like calling the Azure OpenAI, I can get the total tokens and the prompt tokens. Thanks!
**Describe the bug** An error will occur when call IMemoryStore.RemoveAsync **Expected behavior** Deserialization of types without a parameterless constructor, a singular parameterized constructor, or a parameterized constructor annotated with 'JsonConstructorAttribute'...
"vocab.bpe", and "encoder.json" shoud be embedded into the project "Connectors.AI.OpenAI" and this project read these files from embedded resource, not from the OS file system. It will be easy to...
### Motivation and Context fixed the bug #970 ### Description ### Contribution Checklist - [x] The code builds clean without any errors or warnings - [x] The PR follows SK...
- [ ] 我已经检查过[discussions](https://github.com/ctripcorp/apollo/discussions) - [ ] 我已经搜索过[issues](https://github.com/ctripcorp/apollo/issues) - [ ] 我已经仔细检查过[FAQ](https://www.apolloconfig.com/#/zh/faq/common-issues-in-deployment-and-development-phase) **描述bug** 我在Apollo配置界面上,已经将UIMS应用的配置关联上公共的配置,所有配置都已经发布。UIMS已经默认引用了私有的Application命名空间 我在UIMS的Apollo配置节点中,如果不在Namespaces中将引用的公共配置的命名空间列出来,那么UIMS就拉取不到公共的配置信息。 只要在Namespaces中将引用的公共的命名空间列出来,UIMS应用就可以正常获取到公共的配置信息 **复现** 通过如下步骤可以复现: 1. 可以正常接到公共配置的Section配置 "Apollo": { "AppId": "UIMS", "Env": "DEV", "MetaServer": "http://localhost:8080/", "Namespaces": [...
项目不兼容Net8的KeyedService,动态织入的时候,会报错。 获取服务类型的时候,需要判断一下是否KeyedService
**Describe the bug** "GetStreamingChatMessageContentsAsync" is not working properly **To Reproduce** update Microsoft.SemanticKernel.Connectors to V1.15.0 **Expected behavior** Receive streaming output correctly **Screenshots** **Platform** - OS: Windows - IDE: Visual Studio -...