Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -7,8 +7,8 @@ import pandas # to work with pandas
|
|
7 |
import json # to work with JSON
|
8 |
import datasets # to load the dataset
|
9 |
import spaces # for GPU
|
10 |
-
import threading
|
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?"
|
|
|
7 |
import json # to work with JSON
|
8 |
import datasets # to load the dataset
|
9 |
import spaces # for GPU
|
10 |
+
import threading # for threading
|
11 |
+
import time # for better HCI
|
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?"
|