li2109 / langtorch

🔥 Building composable LLM applications & workflow with Java.

Home Page:https://knowly-ai.gitbook.io/langtorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically configure Guice modules for langtorch hub based on the config file

li2109 opened this issue · comments

I can work on this if you didn't start working on it yet.

I can work on this if you didn't start working on it yet.

I think the goal is to install corresponding guice modules based on the config file.
It's better to make a generic class that does this.

For example:
A registry that we can bind a flag to a module
A reader that reads the config and adds corresponding modules based on the config and modules in the registry?

I can work on this if you didn't start working on it yet.

I think the goal is to install corresponding guice modules based on the config file. It's better to make a generic class that does this.

For example: A registry that we can bind a flag to a module A reader that reads the config and adds corresponding modules based on the config and modules in the registry?

Thank you for the explanation!