Spaces:
Running
on
T4
Running
on
T4
check
Browse files- app.py +3 -1
- auditqa/__pycache__/__init__.cpython-310.pyc +0 -0
- auditqa/__pycache__/process_chunks.cpython-310.pyc +0 -0
- auditqa/__pycache__/reader.cpython-310.pyc +0 -0
- auditqa/__pycache__/reports.cpython-310.pyc +0 -0
- auditqa/__pycache__/retriever.cpython-310.pyc +0 -0
- auditqa/__pycache__/sample_questions.cpython-310.pyc +0 -0
- auditqa/__pycache__/utils.cpython-310.pyc +0 -0
app.py
CHANGED
|
@@ -18,4 +18,6 @@ load_dotenv()
|
|
| 18 |
|
| 19 |
|
| 20 |
vectorstores = get_local_qdrant()
|
| 21 |
-
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
vectorstores = get_local_qdrant()
|
| 21 |
+
vectorstore = vectorstores['allreports']
|
| 22 |
+
print(vectorstore)
|
| 23 |
+
print(type(vectorstore))
|
auditqa/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (127 Bytes). View file
|
|
|
auditqa/__pycache__/process_chunks.cpython-310.pyc
ADDED
|
Binary file (4.82 kB). View file
|
|
|
auditqa/__pycache__/reader.cpython-310.pyc
ADDED
|
Binary file (1.48 kB). View file
|
|
|
auditqa/__pycache__/reports.cpython-310.pyc
ADDED
|
Binary file (13.2 kB). View file
|
|
|
auditqa/__pycache__/retriever.cpython-310.pyc
ADDED
|
Binary file (1.88 kB). View file
|
|
|
auditqa/__pycache__/sample_questions.cpython-310.pyc
ADDED
|
Binary file (4.89 kB). View file
|
|
|
auditqa/__pycache__/utils.cpython-310.pyc
ADDED
|
Binary file (2.71 kB). View file
|
|
|