Skip to content

Commit 0be68b7

Browse files
committed
Merge branch 'main' of github.com:PhilippThoelke/goofi-pipe
2 parents 4db0c38 + 9831813 commit 0be68b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goofi/nodes/inputs/vectordb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def setup(self):
3636
Load the database index and mapping during initialization.
3737
"""
3838
database_path = self.params.Control.database_path.value
39-
database_path = os.path.join(self.assets_path, database_path)
39+
#database_path = os.path.join(self.assets_path, database_path)
4040
try:
4141
with open(database_path, "rb") as f:
4242
index_data, self.idx2word = pickle.load(f)

0 commit comments

Comments
 (0)