You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "app/src/content/chatbot.py", line 59, in main
st_common.save_settings_sidebar()
File "app/src/modules/st_common.py", line 833, in save_settings_sidebar
data=create_zip(state_dict_filt, state.provider), # Generate zip on the fly
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "app/src/modules/st_common.py", line 429, in create_zip
env_content = get_yaml_env(state_dict_filt, provider)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "app/src/modules/st_common.py", line 340, in get_yaml_env
vector_table,_= utilities.get_vs_table(session_state_json["rag_params"]["model"],session_state_json["rag_params"]["chunk_size"],session_state_json["rag_params"]["chunk_overlap"],session_state_json["rag_params"]["distance_metric"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "app/src/modules/utilities.py", line 238, in get_vs_table
chunk_overlap_ceil = math.ceil(chunk_overlap)
^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
With multiple embeddings:
The text was updated successfully, but these errors were encountered: