We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a84661 commit da1bd08Copy full SHA for da1bd08
scripts/setup.py
@@ -83,17 +83,17 @@ def setup_database(db_collection, dict_file_name):
83
"PEFT",
84
"TRL",
85
"LlamaIndex Docs",
86
- "Towards AI Blog",
87
- "RAG Course",
+ # "Towards AI Blog",
+ # "RAG Course",
88
]
89
90
AVAILABLE_SOURCES = [
91
"HF_Transformers",
92
93
94
"LlamaIndex",
95
- "towards_ai_blog",
96
- "rag_course",
+ # "towards_ai_blog",
+ # "rag_course",
97
98
99
# mongo_db = (
0 commit comments