dotnet-smartcomponents / smartcomponents

Experimental, end-to-end AI features for .NET apps
622 stars 54 forks source link

Open source the codebase #57

Closed ledjon-behluli closed 1 month ago

ledjon-behluli commented 1 month ago

@SteveSandersonMS I know this has been raised in several other issues, but as you yourself have pointed out that it helps you guys if this is raised, as it shows that people are finding this project useful. I am specifically using the local embeddings. Anyhow, closing this now.

SteveSandersonMS commented 1 month ago

Thanks @ledjon-behluli! We are moving forwards with open-sourcing this at the moment. Hopefully in the next couple of weeks now.

SteveSandersonMS commented 1 month ago

BTW for local embeddings, support for that has now been added to Semantic Kernel so you might want to try that: https://github.com/dotnet/eShop/blob/72ad00d296572b78899213b2ed2d5a19bfae00b8/src/Catalog.API/Extensions/Extensions.cs#L34

ledjon-behluli commented 1 month ago

Interesting, thanks for pointing this out 🙂