ccm commited on
Commit
2f0848d
·
verified ·
1 Parent(s): 0c43229

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -11,7 +11,7 @@ import threading
11
  import time
12
 
13
  # Constants
14
- GREETING = "Hi there! I'm an AI agent that answers your questions using a [retrieval-augmented generation]() pipeline that searches over publications abstracts from the Design Research Collective."
15
 
16
  # Load the dataset and convert to pandas
17
  full_data = datasets.load_dataset("ccm/publications")["train"].to_pandas()
 
11
  import time
12
 
13
  # Constants
14
+ GREETING = "Hi there! I'm an AI agent that uses a [retrieval-augmented generation](https://en.wikipedia.org/wiki/Retrieval-augmented_generation) pipeline to answer questions about research by the Design Research Collective. And the best part is that I always cite my ssources! What can I tell you about today?"
15
 
16
  # Load the dataset and convert to pandas
17
  full_data = datasets.load_dataset("ccm/publications")["train"].to_pandas()