Skip to content

Commit

Permalink
move grobid under specific package
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Oct 26, 2023
1 parent 634e20d commit 506c922
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document_qa_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from langchain.vectorstores import Chroma
from tqdm import tqdm

from grobid_processors import GrobidProcessor
from grobid.grobid_processors import GrobidProcessor


class DocumentQAEngine:
Expand Down
Empty file added grobid/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 506c922

Please sign in to comment.