Matthias Richter
Matthias Richter
* Add visualisation itself. If the graph contains elements jqa-ddd-plugin the bounded contexts could be visualized by the context map visualisation * Add d3-graph-react for graph visualisation with the use...
RAGAS provides several evaluation metrics. A radar visualisation might be useful to find the best tradeoff between several configurations. We could add this visualisation to the parameter search notebook. Maybe...
The data explorer is already good for inspecting the processed text snippets. However, when we look at the embeddings the vectors arrays are not so useful. To compare different embedding...
We identified a bug in the indexing pipeline, which appears to be confined to a specific docker and linux version. To address this issue, when encountering a similar problem, follow...
#853 introduced a dataset-first interface. Some ideas aren't implement yet. We should pack more functionality in the Dataset class: - view data preview (html formatted like pandas) - view data...
With the new interface we can initialise a dataset from a manifest. The manifest are currently located in the working directory. If we want to share the dataset/manifest we have...
The new dataset interface allows to read a dataset using a manifest from cloud storage buckets. Also we support initialise a dataset from a manifest file on your local machine...
Currently it is not possible to apply custom configuration to the components local dask cluster. However, this might be useful in for some use cases and components. Mentioned in [#15](https://github.com/ml6team/fondant-usecase-controlnet/pull/15)
We should decouple the code in the component_spec and generate `ComponentOp`s using a factory. We would get the possibilities to infer and evaluate types using the dataset fields. See comments...
Several test cases using pipeline definitions. We could extract this as a shared fixture and use it across different tests. See comment #847