JirasakJo commited on
Commit
ea9073a
·
verified ·
1 Parent(s): e69c36e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -0
requirements.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core RAG Components
2
+ haystack
3
+ openai
4
+ langchain
5
+ sentence-transformers
6
+ faiss-cpu
7
+
8
+ # Data Processing
9
+ numpy
10
+ pandas
11
+ scikit-learn
12
+ rouge-score
13
+
14
+ # Utility Libraries
15
+ tenacity
16
+ python-dotenv
17
+ typing
18
+ dataclasses
19
+ logging
20
+ pathlib
21
+
22
+ # Thai Language Support
23
+ pythainlp
24
+
25
+ # Testing and Development
26
+ pytest
27
+ black
28
+ flake8