kevinhug commited on
Commit
e411549
·
1 Parent(s): dbb7591
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -72,8 +72,12 @@ Other Links:
72
  - Retrieval: Public RBC Product Data, other massive dataset: customers data
73
  - Recommend: RBC Product
74
 
75
- Potential Optimization
76
- ------------
 
 
 
 
77
  BM25 reranking using keyword
78
  """)
79
  in_verbatim = gr.Textbox(label="Verbatim")
 
72
  - Retrieval: Public RBC Product Data, other massive dataset: customers data
73
  - Recommend: RBC Product
74
 
75
+ ##### free tier hosting system limitation for this use case
76
+ - cannot use any workable embedding model due to big size
77
+ - this is not functioning correctly since I just replace embedding with a random matrix.
78
+ - it will work under normal environment.
79
+
80
+ ##### Potential Optimization
81
  BM25 reranking using keyword
82
  """)
83
  in_verbatim = gr.Textbox(label="Verbatim")