diff --git a/extract_thinker/extractor.py b/extract_thinker/extractor.py index 13de024..81dac12 100644 --- a/extract_thinker/extractor.py +++ b/extract_thinker/extractor.py @@ -7,7 +7,7 @@ from extract_thinker.models.classification_response import ( ClassificationResponse, ) -from extract_thinker import LLM +from extract_thinker.llm import LLM import os from extract_thinker.document_loader.loader_interceptor import LoaderInterceptor diff --git a/pyproject.toml b/pyproject.toml index 5374265..ae33f7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "extract_thinker" -version = "0.0.6" +version = "0.0.7" description = "Library to extract data from files and documents agnositicaly using LLMs" authors = ["JĂșlio Almeida "] readme = "README.md"