free tier
Browse files
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 |
-
|
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")
|