Spaces:
Sleeping
Sleeping
Rivalcoder
commited on
Commit
·
bf9641a
1
Parent(s):
bbf4cc5
Bugs
Browse files
__pycache__/app.cpython-312.pyc
ADDED
|
Binary file (1.62 kB). View file
|
|
|
__pycache__/kanon_api.cpython-312.pyc
ADDED
|
Binary file (3.47 kB). View file
|
|
|
__pycache__/predictor.cpython-312.pyc
ADDED
|
Binary file (4.95 kB). View file
|
|
|
__pycache__/vectorstore.cpython-312.pyc
ADDED
|
Binary file (2.27 kB). View file
|
|
|
predictor.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
from
|
| 2 |
-
from
|
| 3 |
from google import genai
|
| 4 |
import os
|
| 5 |
import re
|
|
|
|
| 1 |
+
from kanon_api import search_cases, get_case_content
|
| 2 |
+
from vectorstore import create_vector_store
|
| 3 |
from google import genai
|
| 4 |
import os
|
| 5 |
import re
|