Dmytro Struk

Results 33 comments of Dmytro Struk

Same issue here. > Therefore, you will need to modify the Dockerfile from the original repository @a868111817 Thanks for your fix.

I removed obsolete unit-tests in previous PR as well: https://github.com/microsoft/semantic-kernel/pull/110

> could you run resharper CLI to fix the code style? there are a few missing empty lines and incorrect indentations @dluc I'm not using resharper, although I run `build.sh`...

> could you run resharper CLI to fix the code style? there are a few missing empty lines and incorrect indentations @dluc Done, thanks for feedback!

Thanks, I added this issue to our backlog.

Thanks @Kevdome3000 ! Let's switch to the new PR then. We are close to merging this to `main`.

> This connector currently only connects to models running on the local Hugging Face python server. With some minor updates, it will be able to point to Hugging Face hosted...

> These have been resolved except I haven't be able to confirm Example31_Pinecone.cs works because I'm getting a 401 from my OpenAI APiKey all of a sudden. You should be...

> looks like the us-west1-gcp-free environment was just added so I'll add an enum for it. My view is that keeping it an enum will alleviate a lot of formatting/...

Also, looks like there is no Asia environment in `PineconeEnvironment` enumeration: ![image](https://user-images.githubusercontent.com/13853051/236340362-d390259c-a155-4020-b891-ae3ee854ada9.png) So it's not clear why we list only some of them and not all of them. Again, as...