Skip to content

Commit

Permalink
temporarily remove not available sources
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-sol committed Jul 28, 2024
1 parent 5a84661 commit da1bd08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,17 @@ def setup_database(db_collection, dict_file_name):
"PEFT",
"TRL",
"LlamaIndex Docs",
"Towards AI Blog",
"RAG Course",
# "Towards AI Blog",
# "RAG Course",
]

AVAILABLE_SOURCES = [
"HF_Transformers",
"PEFT",
"TRL",
"LlamaIndex",
"towards_ai_blog",
"rag_course",
# "towards_ai_blog",
# "rag_course",
]

# mongo_db = (
Expand Down

0 comments on commit da1bd08

Please sign in to comment.