diazcalvi commited on
Commit
1bda721
·
1 Parent(s): 80b8b23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ def query_index(_index, query_text):
30
 
31
 
32
  st.title("KION-Linde AI")
33
- st.header("Welcome to the Knowledge Base Vector")
34
- st.write("Enter a query about any KION/Linde products. You can check out the original essay [here](https://raw.githubusercontent.com/jerryjliu/llama_index/main/examples/paul_graham_essay/data/paul_graham_essay.txt). Your query will be answered using the essay as context, using embeddings from text-ada-002 and LLM completions from ChatGPT. You can read more about Llama Index and how this works in [our docs!](https://gpt-index.readthedocs.io/en/latest/index.html)")
35
 
36
  index = None
37
  api_key = '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'#st.text_input("Enter your OpenAI API key here:", type="password")
 
30
 
31
 
32
  st.title("KION-Linde AI")
33
+ st.header("Welcome to KION-Linde's Artificial Intelligence Knowledge Base")
34
+ st.write("Enter a query about any KION/Linde products. The AI knows all the details, loads, sizes, manuals and procedures to support hundreds of parts and equipment. You can check out also our repository [here](https://www.linde-mh.com/en/About-us/Media/)")
35
 
36
  index = None
37
  api_key = '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'#st.text_input("Enter your OpenAI API key here:", type="password")