Spaces:
Running
Running
Commit
·
b90a88d
1
Parent(s):
c4c8d17
extended database
Browse files- chroma/chroma_setup.py +1 -1
chroma/chroma_setup.py
CHANGED
@@ -13,7 +13,7 @@ def get_metadata(entry, key):
|
|
13 |
return entry.get(key) if entry.get(key) is not None else "Unknown"
|
14 |
|
15 |
# Directory containing the JSON files with pre-computed embeddings
|
16 |
-
json_dir = "/home/johannes/
|
17 |
|
18 |
# Function to load JSON data from a file
|
19 |
def load_json_data(file_path):
|
|
|
13 |
return entry.get(key) if entry.get(key) is not None else "Unknown"
|
14 |
|
15 |
# Directory containing the JSON files with pre-computed embeddings
|
16 |
+
json_dir = "/home/johannes/Desktop/proj/Datenbank/bücher/en/verarbeitet/ready_for_chroma/"
|
17 |
|
18 |
# Function to load JSON data from a file
|
19 |
def load_json_data(file_path):
|