Megaklis Vasilakis
Megaklis Vasilakis
## Description At the moment in whitebox you can upload a training dataset that can be used as a basis for measuring drift. In some use cases, though, users what...
## Description Since MLFlow is an industry standard and a lot of people use it, it makes sense that whitebox integrates with it and uses it as a data store,...
Have a look at this repo. Its an abstraction of different models. Can we use it? An example: ```python from manifest import Manifest # Start a manifest session to OpenAI...
**Is your feature request related to a problem? Please describe.** Yup! The problem of not having good documentation. We need to create a nice site **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Make GPT4 available in the library with: ```python qnabot = bot("qna-over-docs", model="") ``` **Describe the solution you'd like** Same as...
**Is your feature request related to a problem? Please describe.** QnABot should also be able to choose [OpenAssistant](https://open-assistant.io/) as a model for QnA because it's open source and rocks! **Describe...