Skip to content

Commit

Permalink
Merge pull request #20 from enoch3712/19-cannot-import-name-llm-from-…
Browse files Browse the repository at this point in the history
…partially-initialized-module-extract_thinker

fixing circular dependecy
  • Loading branch information
enoch3712 authored Jun 16, 2024
2 parents 7ab0880 + f34cc65 commit d8e4aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extract_thinker/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit d8e4aa4

Please sign in to comment.