Spaces:
Running
Running
neaten
Browse files- src/parse_tabular.py +1 -0
src/parse_tabular.py
CHANGED
@@ -4,6 +4,7 @@ import sys
|
|
4 |
import os
|
5 |
from llama_index.core import VectorStoreIndex, Document, Settings
|
6 |
from llama_index.embeddings.huggingface import HuggingFaceEmbedding
|
|
|
7 |
# Update path constants
|
8 |
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
9 |
DATA_DIR = os.path.join(BASE_DIR, "data")
|
|
|
4 |
import os
|
5 |
from llama_index.core import VectorStoreIndex, Document, Settings
|
6 |
from llama_index.embeddings.huggingface import HuggingFaceEmbedding
|
7 |
+
|
8 |
# Update path constants
|
9 |
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
10 |
DATA_DIR = os.path.join(BASE_DIR, "data")
|