argilla icon indicating copy to clipboard operation
argilla copied to clipboard

Allow to set up argilla server settings through config file

Open frascuchon opened this issue 2 years ago • 3 comments

Support for settings.json or settings.yaml file containing Argilla server configurations.

This can enhance the way users can set up specific settings for backend or database configuration. Also, can help users to know all available settings from a well-documented settings file.

frascuchon avatar Jun 05 '23 10:06 frascuchon

I agree, and ideally, we should also align this with CLI support.

davidberenstein1957 avatar Jun 05 '23 10:06 davidberenstein1957

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] avatar Sep 04 '23 01:09 github-actions[bot]

@gabrielmbmb is there any plan to maintain more than one settings.json or sort those by name? e.g.

{
    "default": {
        "host": ...,
        "key": ...,
    },
    "project-a": {
        "host": ...,
        "key": ...,
    },
    ...
}

And select one of those as argilla use project-a? I'm asking in case we want to allow logging in different existing Argilla server instances, while keeping always one with the identifier default to be used by default, and changing that based on the argilla use value or something similar.

alvarobartt avatar Sep 04 '23 09:09 alvarobartt

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] avatar Jul 26 '24 01:07 github-actions[bot]

This issue was closed because it has been inactive for 30 days since being marked as stale.

github-actions[bot] avatar Aug 25 '24 01:08 github-actions[bot]