Update pages/type_text.py
Browse files- pages/type_text.py +2 -0
pages/type_text.py
CHANGED
@@ -54,6 +54,8 @@ INTdesc_embedding = model.encode(INTdesc_input)
|
|
54 |
|
55 |
# Semantic search, Compute cosine similarity between all pairs of SBS descriptions
|
56 |
|
|
|
|
|
57 |
#df_SBS = pd.read_csv("SBS_V2_Table.csv", index_col="SBS_Code", usecols=["Long_Description"]) # na_values=['NA']
|
58 |
#df_SBS = pd.read_csv("SBS_V2_Table.csv", usecols=["SBS_Code_Hyphenated","Long_Description"])
|
59 |
from_line = 7727 # Imaging services chapter start, adjust as needed
|
|
|
54 |
|
55 |
# Semantic search, Compute cosine similarity between all pairs of SBS descriptions
|
56 |
|
57 |
+
#df_chapters = filter_chapters_env(df_chapters, "chapter_name")
|
58 |
+
|
59 |
#df_SBS = pd.read_csv("SBS_V2_Table.csv", index_col="SBS_Code", usecols=["Long_Description"]) # na_values=['NA']
|
60 |
#df_SBS = pd.read_csv("SBS_V2_Table.csv", usecols=["SBS_Code_Hyphenated","Long_Description"])
|
61 |
from_line = 7727 # Imaging services chapter start, adjust as needed
|