45 lines
784 B
Plaintext
45 lines
784 B
Plaintext
# Core LangChain packages
|
|
langchain>=0.1.0
|
|
langchain-community>=0.0.1
|
|
langchain-ollama>=0.0.1
|
|
langchain-qdrant>=0.0.1
|
|
|
|
# Vector database
|
|
qdrant-client>=1.6.0
|
|
|
|
# LLM interface
|
|
ollama>=0.1.0
|
|
|
|
# Document processing with specific versions
|
|
pytesseract>=0.3.10
|
|
unstructured==0.10.30
|
|
pdfminer.six==20221105
|
|
pdf2image>=1.16.0
|
|
pypdf>=3.15.0
|
|
|
|
# OCR and image processing
|
|
pillow_heif>=0.13.0
|
|
Pillow>=10.0.0
|
|
|
|
# Data processing and visualization
|
|
pandas>=2.0.0
|
|
|
|
# UI and interface
|
|
gradio>=4.0.0
|
|
|
|
# Other utilities
|
|
ipython>=8.0.0
|
|
uuid>=1.30
|
|
|
|
onnx
|
|
pdf2image
|
|
pdfminer.six
|
|
pikepdf
|
|
pi_heif
|
|
pypdf
|
|
google-cloud-vision
|
|
effdet
|
|
# Do not move to constraints.in, otherwise unstructured-inference will not be upgraded
|
|
# when unstructured library is.
|
|
unstructured-inference>=0.8.7
|
|
unstructured.pytesseract>=0.3.12 |