Skip to content

Commit

Permalink
Merge pull request #148 from athina-ai/revert-142-ATH-2628-step-docum…
Browse files Browse the repository at this point in the history
…ent-parsing-text

Revert "[ATH-2628] Step for parsing document to text with LlamaParse"
  • Loading branch information
vivek-athina authored Dec 18, 2024
2 parents 95e3836 + 6e61be8 commit 7e09e2c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 204 deletions.
2 changes: 0 additions & 2 deletions athina/steps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from athina.steps.code_execution import CodeExecution

from athina.steps.spider_crawl import SpiderCrawl
from athina.steps.parse_document import ParseDocument

__all__ = [
"Step",
Expand All @@ -40,6 +39,5 @@
"Search",
"CodeExecution",
"SpiderCrawl",
"ParseDocument",
"ConditionalStep",
]
59 changes: 0 additions & 59 deletions athina/steps/parse_document.py

This file was deleted.

142 changes: 0 additions & 142 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ editdistance = "^0.8.1"
textdistance = "^4.6.3"
textstat = "^0.7.4"
chromadb-client = "^0.5.20"
llama-parse = "^0.5.16"

[tool.poetry.group.dev.dependencies]
ipykernel = "^6.27.0"
Expand Down

0 comments on commit 7e09e2c

Please sign in to comment.