Spaces:
Runtime error
Runtime error
update lib gg in pipeline
Browse files- rag/qa_pipeline.py +1 -1
rag/qa_pipeline.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from typing import List, Generator
|
| 2 |
import os, re, hashlib
|
| 3 |
import logging
|
| 4 |
-
|
| 5 |
import json
|
| 6 |
from concurrent.futures import ThreadPoolExecutor
|
| 7 |
from threading import Lock
|
|
|
|
| 1 |
from typing import List, Generator
|
| 2 |
import os, re, hashlib
|
| 3 |
import logging
|
| 4 |
+
from google import genai
|
| 5 |
import json
|
| 6 |
from concurrent.futures import ThreadPoolExecutor
|
| 7 |
from threading import Lock
|