JBHF commited on
Commit
78b1f17
1 Parent(s): 8e09244

Update app.py

Browse files

NonToxicGlazeAdvisor_Chat_with_Docs_Groq_Edition_1 - app.py - 26-03-2024, 13:43 CET

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -84,7 +84,7 @@ st.subheader("Een gereedschap om advies te krijgen over niet-giftige keramische
84
  st.subheader("Victor Benchuijsen : (Glazuur technieken / Keramiek)")
85
  st.subheader("(ALL RIGHTS RESERVED)")
86
  # st.subheader("---------------------------------")
87
- st.write("---------------------------------")
88
  st.subheader("Jan Bours : Artificial Intelligence / Data Science / Natural Language Processing")
89
  st.subheader("(ALL RIGHTS RESERVED)")
90
  st.write("---------------------------------")
@@ -105,8 +105,8 @@ st.write("---------------------------------")
105
 
106
  if "vector" not in st.session_state:
107
 
108
- st.header("Chunking, embedding, storing in FAISS vectorstore (Can take a long time!).")
109
- st.subheader("Wait till this hase been done before you can enter your query! .......")
110
 
111
  # st.session_state.embeddings = OllamaEmbeddings() # ORIGINAL
112
  st.session_state.embeddings = FastEmbedEmbeddings() # JB
 
84
  st.subheader("Victor Benchuijsen : (Glazuur technieken / Keramiek)")
85
  st.subheader("(ALL RIGHTS RESERVED)")
86
  # st.subheader("---------------------------------")
87
+ # st.write("---------------------------------")
88
  st.subheader("Jan Bours : Artificial Intelligence / Data Science / Natural Language Processing")
89
  st.subheader("(ALL RIGHTS RESERVED)")
90
  st.write("---------------------------------")
 
105
 
106
  if "vector" not in st.session_state:
107
 
108
+ # st.header("Chunking, embedding, storing in FAISS vectorstore (Can take a long time!).")
109
+ # st.subheader("Wait till this hase been done before you can enter your query! .......")
110
 
111
  # st.session_state.embeddings = OllamaEmbeddings() # ORIGINAL
112
  st.session_state.embeddings = FastEmbedEmbeddings() # JB