Spaces:
Running
Running
david-oplatka
commited on
Commit
·
e132805
1
Parent(s):
ffa6ff4
Clean up imports
Browse files- test_agent.py +0 -3
test_agent.py
CHANGED
@@ -4,9 +4,6 @@ import os
|
|
4 |
from omegaconf import OmegaConf
|
5 |
from vectara_agent.agent import Agent
|
6 |
|
7 |
-
import sqlite3
|
8 |
-
from datasets import load_dataset
|
9 |
-
|
10 |
from app import setup_db
|
11 |
from agent import initialize_agent
|
12 |
|
|
|
4 |
from omegaconf import OmegaConf
|
5 |
from vectara_agent.agent import Agent
|
6 |
|
|
|
|
|
|
|
7 |
from app import setup_db
|
8 |
from agent import initialize_agent
|
9 |
|