Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,10 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig,
|
|
16 |
# Sri LaxmiGithub Link: https://github.com/SriLaxmi1993/Document-Genie-using-RAG-Framwork
|
17 |
# Sri Laxmi Youtube:https://www.youtube.com/watch?v=SkY2u4UUr6M&t=112s
|
18 |
###############
|
|
|
|
|
|
|
|
|
19 |
os.system("pip install -r requirements.txt")
|
20 |
|
21 |
# some model
|
|
|
16 |
# Sri LaxmiGithub Link: https://github.com/SriLaxmi1993/Document-Genie-using-RAG-Framwork
|
17 |
# Sri Laxmi Youtube:https://www.youtube.com/watch?v=SkY2u4UUr6M&t=112s
|
18 |
###############
|
19 |
+
|
20 |
+
CH_size = 450
|
21 |
+
CH_overlap = 50
|
22 |
+
|
23 |
os.system("pip install -r requirements.txt")
|
24 |
|
25 |
# some model
|