Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Shortcut for full classnames in strategy configuration #89

Open
choinek opened this issue Jan 15, 2025 · 1 comment
Open

[feat] Shortcut for full classnames in strategy configuration #89

choinek opened this issue Jan 15, 2025 · 1 comment

Comments

@choinek
Copy link
Collaborator

choinek commented Jan 15, 2025

from

strategies:
   llama_vision:
      class: text_extract_api.extract.strategies.llama_vision.LlamaVisionStrategy

to

strategies:
   llama_vision:
      class: extract_strategies.llama_vision.LlamaVisionStrategy
@pkarw
Copy link
Contributor

pkarw commented Jan 15, 2025

OK, this makes sense however I'm up to change the text_extract_api namespace to api as it's a duplicate of the project name itself and doesn't add any value (and it's too long as for my taste

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants