File size: 594 Bytes
c25f92a
 
 
 
 
 
 
a5c102a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[project]
name = "midterm_poc"
version = "0.1.0"
description = "midterm POC huggingface project"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"IProgress",
"PyMuPDF",
"accelerate",
"chainlit",
"huggingface_hub",
"ipykernel",
"ipywidgets",
"langchain",
"langchain-community",
"langchain-core",
"langchain-experimental",
"langchain-huggingface",
"langchain-openai",
"langchain-qdrant",
"langchain-text-splitters",
"langgraph",
"langsmith",
"lxml",
"openai",
"pymupdf",
"pypdf2",
"qdrant-client",
"ragas",
"torch",
"transformers",
"tqdm",
"unstructured",
"wandb",
"websockets"
]