Spaces:
Paused
Paused
Update vector_stores/L_vecdB.py
Browse files- vector_stores/L_vecdB.py +1 -1
vector_stores/L_vecdB.py
CHANGED
|
@@ -19,7 +19,7 @@ from qdrant_client.models import (
|
|
| 19 |
# Fix import for both direct and module execution
|
| 20 |
import sys
|
| 21 |
import os
|
| 22 |
-
|
| 23 |
from embedding import (
|
| 24 |
get_dense_embedding,
|
| 25 |
get_sparse_embedding,
|
|
|
|
| 19 |
# Fix import for both direct and module execution
|
| 20 |
import sys
|
| 21 |
import os
|
| 22 |
+
sys.path.append(os.path.abspath(os.path.dirname(__file__)))
|
| 23 |
from embedding import (
|
| 24 |
get_dense_embedding,
|
| 25 |
get_sparse_embedding,
|