diff options
| author | A.J. Shulman <Shulman.aj@gmail.com> | 2024-09-19 12:19:04 -0400 |
|---|---|---|
| committer | A.J. Shulman <Shulman.aj@gmail.com> | 2024-09-19 12:19:04 -0400 |
| commit | badc8362c80ca33d2b3d93dda6a73b3bfb35a214 (patch) | |
| tree | 23a5c2e3beaf42b1b32a2eef46cdc48d4ae9cfd9 /src/server/chunker/requirements.txt | |
| parent | 2e67d85a1e7921eeb6487d01f7a36f69d725ab84 (diff) | |
added python files to server
Diffstat (limited to 'src/server/chunker/requirements.txt')
| -rw-r--r-- | src/server/chunker/requirements.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/server/chunker/requirements.txt b/src/server/chunker/requirements.txt new file mode 100644 index 000000000..20bd486e5 --- /dev/null +++ b/src/server/chunker/requirements.txt @@ -0,0 +1,15 @@ +anthropic==0.34.0 +cohere==5.8.0 +python-dotenv==1.0.1 +pymupdf==1.22.2 +lxml==5.3.0 +layoutparser==0.3.4 +numpy==1.26.4 +openai==1.40.6 +Pillow==10.4.0 +pytesseract==0.3.10 +PyPDF2==3.0.1 +scikit-learn==1.5.1 +tqdm==4.66.5 +ultralyticsplus==0.0.28 +easyocr==1.7.0
\ No newline at end of file |
