Skip to content

Commit 94a001f

Browse files
committed
trigger
1 parent dbd4aa2 commit 94a001f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meme_search/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
base_dir = os.path.dirname(os.path.abspath(__file__))
44
meme_search_root_dir = os.path.dirname(base_dir)
5+
abs_dir = "."
56

67
vector_db_path = meme_search_root_dir + "/data/dbs/memes.faiss"
78
sqlite_db_path = meme_search_root_dir + "/data/dbs/memes.db"

0 commit comments

Comments
 (0)