davidfearne commited on
Commit
c0c1c44
·
verified ·
1 Parent(s): 10d008c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -20,8 +20,7 @@ def generate_response(user,prompt):
20
  #Creating the chatbot interface
21
  st.title("Engineering Expert")
22
  st.caption("Problem:")
23
- st.caption("A major facilities engineering provider with over 40,000 field-based engineers and a large PDF-based knowledge repository of over 100,000 pages of documents faced significant challenges. The existing system used a metadata-driven search, which was highly manual to maintain and inefficient for engineers needing quick access to relevant information. This inefficiency led to delays in field operations and difficulties in maintaining up-to-date knowledge across the organization.
24
- ")
25
  st.caption("Solution:")
26
  st.caption("To address this challenge, the engineering provider implemented a Virtual Engineering Assistant powered by Generative AI (GenAI). The solution involved developing an advanced information science strategy that leveraged a vector database and unique memory architectures to improve information retrieval and decision support.")
27
 
 
20
  #Creating the chatbot interface
21
  st.title("Engineering Expert")
22
  st.caption("Problem:")
23
+ st.caption("A major facilities engineering provider with over 40,000 field-based engineers and a large PDF-based knowledge repository of over 100,000 pages of documents faced significant challenges. The existing system used a metadata-driven search, which was highly manual to maintain and inefficient for engineers needing quick access to relevant information. This inefficiency led to delays in field operations and difficulties in maintaining up-to-date knowledge across the organization.")
 
24
  st.caption("Solution:")
25
  st.caption("To address this challenge, the engineering provider implemented a Virtual Engineering Assistant powered by Generative AI (GenAI). The solution involved developing an advanced information science strategy that leveraged a vector database and unique memory architectures to improve information retrieval and decision support.")
26