Skip to content

Commit da1bd08

Browse files
committed
temporarily remove not available sources
1 parent 5a84661 commit da1bd08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ def setup_database(db_collection, dict_file_name):
8383
"PEFT",
8484
"TRL",
8585
"LlamaIndex Docs",
86-
"Towards AI Blog",
87-
"RAG Course",
86+
# "Towards AI Blog",
87+
# "RAG Course",
8888
]
8989

9090
AVAILABLE_SOURCES = [
9191
"HF_Transformers",
9292
"PEFT",
9393
"TRL",
9494
"LlamaIndex",
95-
"towards_ai_blog",
96-
"rag_course",
95+
# "towards_ai_blog",
96+
# "rag_course",
9797
]
9898

9999
# mongo_db = (

0 commit comments

Comments
 (0)