Devis Lucato

Results 44 issues of Devis Lucato

* align ".env.example" file name to other sample apps * add missing JSON comma for first setup * improve markdown readability, also for chunker/indexer apps * some docs improvements

PR: ready for review
samples

* Update rules to label also Java PRs * Improve python settings * Simplify .NET rule to catch all kernel changes

PR: ready for review
github actions

### Motivation and Context When launching one of these SK .NET projects * samples/apps/copilot-chat-app/importdocument/**ImportDocument** * samples/apps/copilot-chat-app/webapi/**CopilotChatWebApi** * samples/dotnet/KernelBuilder/**KernelBuilder** * samples/dotnet/kernel-syntax-examples/**KernelSyntaxExamples** * samples/dotnet/graph-api-skills/**MsGraphSkillsExample** * samples/dotnet/openapi-skills/**OpenApiSkillsExample** on a machine where only .NET...

PR: ready for review
.NET
samples

* Add new Memory Storage based on Azure Cognitive Search with custom embeddings * Delete previous Azure Search memory component based on old semantic search/Lucene

PR: in progress
.NET
kernel
samples

Looking at the current Time skills in C# and Python, sometimes the code use the local culture, in other case the format is hard-coded and could cause unexpected results (e.g....

enhancement
.NET
python
Issues:Planner

I'm writing a set of documentation pages organized on 3 levels, and often I need to rename titles or move pages from a top level to some nested level, and...

enhancement

We're looking at adding support for vespa.ai in Semantic Kernel, as a backend for semantic memory, but apparently there are no clients for C# and Python. I was wondering if...

question

Please allow to extend the list of client apps, or at least add more options ![image](https://github.com/PostgresApp/PostgresApp/assets/371009/e7f97f28-03e6-467e-8ae0-5cfee1b75d47) Some apps that would be great supporting: * pgAdmin 4 - https://www.pgadmin.org * Beekeeper...

``` $ dotnet try You must install or update .NET to run this application. App: /Users/delucato/.dotnet/tools/dotnet-try Architecture: x64 Framework: 'Microsoft.AspNetCore.App', version '3.1.0' (x64) .NET location: /usr/local/share/dotnet The following frameworks were...

I'm running InspIRCd locally using their docker image, and I can successfully connect with a desktop app, create channels and so on. I tried connecting the Markov bot but after...