Skip to content

Just some initial learning for usage of AI models within .NET platform with Semantic Kernel APIs

Notifications You must be signed in to change notification settings

ardacetinkaya/Hello.AI.World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello.AI.World

Some simple repository to get started with .NET Semantic Kernel APIs and some AI models for application. It just for some fun and learnings, not a rocket science.

Mainly it is a very simple console application that you can have

  • Make some chat with given AI model
    • Asking some questions and getting some relevant answers
  • Suggesting some local custom data within Memory
  • Vector store(w/ MongoDB) and search from there
  • Text chunck and embeding and store in MongoDB(without Connectors)
  • Plugins
  • Microsoft.Extensions.AI

It can be run locally with Ollama for some LLM. There is also "devcontainer.json" file to have required images.

There is also new GitHub Marketplace for models(Preview) - https://github.com/marketplace/models It is currently in preview but check to try-out.

I will try to update this repository to learn and play more. And please feel free to share any feedback or help me out to figure out those, I will really appreciate...

What

What

Some great resources to learn more

About

Just some initial learning for usage of AI models within .NET platform with Semantic Kernel APIs

Topics

Resources

Stars

Watchers

Forks

Languages