Spaces:
Build error
Build error
Update pages/2_Twitter_GPT_Search.py
Browse files
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 =
|
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']]
|