hegelai / prompttools

Open-source tools for prompt testing and experimentation, with support for both LLMs (e.g. OpenAI, LLaMA) and vector databases (e.g. Chroma, Weaviate, LanceDB).
http://prompttools.readthedocs.io
Apache License 2.0
2.55k stars 216 forks source link

Add support for Microsoft Semantic-Kernel #114

Open qa-alexander-eimer opened 6 months ago

qa-alexander-eimer commented 6 months ago

🚀 The feature

I would love to have an interface to MS SK.

https://github.com/microsoft/semantic-kernel

Motivation, pitch

SK supports a vast set of possibilities to solve a problem. When looking at plugins (formerly known as Skills) or Planner an integration of SK seems to be a pretty handy thing to test and develop SK prompts and Settings. Also LLangChain is supported, which seems to be a sinking ship.

Alternatives

No response

Additional context

No response

NivekT commented 6 months ago

Hi @qa-alexander-eimer,

Thank you for opening this issue. We would definitely consider a PR related to this. Do you have a proposal or pointer on how a contributor should get started?

If anyone would like to take on this, let us know.

qa-alexander-eimer commented 6 months ago

Hi @NivekT,

I sadly can't give any further advice, sorry about that.

TahaScripts commented 5 months ago

Just supplementing on this, I think this Python notebook on MSFT's repo can be a good start.