BIYYAPU SAI HARI KRISHNA commited on
Commit
1748232
·
1 Parent(s): 8a39852
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +3 -1
app.py CHANGED
@@ -48,7 +48,7 @@ VECTOR_DB_PATH = "sastra_vector_db"
48
  ANALYTICS_DB_PATH = "sastra_analytics_db" # New analytics collection
49
 
50
  EMBEDDING_MODEL = "sentence-transformers/paraphrase-multilingual-mpnet-base-v2"#"sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
51
- LLM_MODEL = "google/flan-t5-xl" #"google/flan-t5-base"
52
 
53
  MANDATORY_URLS = [
54
  "https://www.sastra.edu/admissions/ug-pg.html",
 
48
  ANALYTICS_DB_PATH = "sastra_analytics_db" # New analytics collection
49
 
50
  EMBEDDING_MODEL = "sentence-transformers/paraphrase-multilingual-mpnet-base-v2"#"sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
51
+ LLM_MODEL = "google/flan-t5-large" #"google/flan-t5-base"
52
 
53
  MANDATORY_URLS = [
54
  "https://www.sastra.edu/admissions/ug-pg.html",
requirements.txt CHANGED
@@ -13,4 +13,6 @@ openpyxl
13
  pandas
14
  torch
15
  accelerate
16
- protobuf==4.23.3
 
 
 
13
  pandas
14
  torch
15
  accelerate
16
+ protobuf==4.23.3
17
+ pypdf
18
+ docx2txt