nickmuchi commited on
Commit
953c389
1 Parent(s): b628185

Update pages/2_Twitter_GPT_Search.py

Browse files
Files changed (1) hide show
  1. pages/2_Twitter_GPT_Search.py +1 -1
pages/2_Twitter_GPT_Search.py CHANGED
@@ -74,7 +74,7 @@ try:
74
  text=f"Loading {model} embedding model and Generating Response..."
75
  ):
76
 
77
- tweets = process_tweets(file,model,search_input)
78
 
79
 
80
  references = [doc.page_content for doc in tweets['source_documents']]
 
74
  text=f"Loading {model} embedding model and Generating Response..."
75
  ):
76
 
77
+ tweets = embed_tweets(file,model,search_input)
78
 
79
 
80
  references = [doc.page_content for doc in tweets['source_documents']]