Skip to content

Commit

Permalink
reorder sources
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-sol committed Jul 28, 2024
1 parent 7cfd081 commit 1d11211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def setup_database(db_collection, dict_file_name):
"PEFT Docs",
"TRL Docs",
"LlamaIndex Docs",
"OpenAI Cookbooks",
"LangChain Docs",
"OpenAI Cookbooks",
# "Towards AI Blog",
# "RAG Course",
]
Expand All @@ -102,8 +102,8 @@ def setup_database(db_collection, dict_file_name):
"peft",
"trl",
"llama_index",
"openai_cookbooks",
"langchain",
"openai_cookbooks",
# "towards_ai_blog",
# "rag_course",
]
Expand Down

0 comments on commit 1d11211

Please sign in to comment.