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.65k stars 230 forks source link

MindsDB integration #30

Closed steventkrawczyk closed 1 year ago

steventkrawczyk commented 1 year ago

🚀 The feature

MindsDB is a server for AI logic https://github.com/mindsdb/mindsdb

We can add a MindsDbExperiment to test that AI logic

Motivation, pitch

MindsDB is a large OSS project for AI orchestration, and it would be good to support them with our test framework

Alternatives

N/A

Additional context

We have gotten a few users asking about MindsDB

NivekT commented 1 year ago

Added in #37 thanks to @HashemAlsaket!!