1 parent dbd4aa2 commit 94a001fCopy full SHA for 94a001f
1 file changed
meme_search/__init__.py
@@ -2,6 +2,7 @@
2
3
base_dir = os.path.dirname(os.path.abspath(__file__))
4
meme_search_root_dir = os.path.dirname(base_dir)
5
+abs_dir = "."
6
7
vector_db_path = meme_search_root_dir + "/data/dbs/memes.faiss"
8
sqlite_db_path = meme_search_root_dir + "/data/dbs/memes.db"
0 commit comments