dayuan commited on
Commit
77ac978
·
1 Parent(s): 739daa1

change faiss version

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ if __name__ == "__main__":
80
  st.markdown(
81
  """
82
  ## 質問の例:
83
- - アクセンチュアのAI領域のリーダは誰ですか?
84
  - アクセンチュアのCEOは誰ですか?
85
  - アクセンチュアの社長は誰ですか?
86
  - アクセンチュアの事業内容は?
 
80
  st.markdown(
81
  """
82
  ## 質問の例:
83
+ - アクセンチュアのAI領域のリーダーは誰ですか?
84
  - アクセンチュアのCEOは誰ですか?
85
  - アクセンチュアの社長は誰ですか?
86
  - アクセンチュアの事業内容は?
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  langchain==0.0.80
2
  openai
3
- faiss-cpu
4
  streamlit
5
  streamlit-chat
 
1
  langchain==0.0.80
2
  openai
3
+ faiss-cpu==1.7.3
4
  streamlit
5
  streamlit-chat