Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
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
|
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()
|