Kushwanth Chowday Kandala commited on
Commit
5bc5755
·
unverified ·
1 Parent(s): 78c999a

IndexError: index out of range in self

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def chat_actions():
129
  with st.sidebar:
130
  st.markdown("*:red[semantic search results]* with **:green[Retrieval Augmented Generation]** ***(RAG)***.")
131
  st.dataframe(resdf)
132
- promt_engineer(consolidated_text[:5000])
133
 
134
  for res in result['matches']:
135
  st.session_state["chat_history"].append(
 
129
  with st.sidebar:
130
  st.markdown("*:red[semantic search results]* with **:green[Retrieval Augmented Generation]** ***(RAG)***.")
131
  st.dataframe(resdf)
132
+ promt_engineer(consolidated_text[:1000])
133
 
134
  for res in result['matches']:
135
  st.session_state["chat_history"].append(