Skip to content

Commit 1d11211

Browse files
committed
reorder sources
1 parent 7cfd081 commit 1d11211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def setup_database(db_collection, dict_file_name):
9191
"PEFT Docs",
9292
"TRL Docs",
9393
"LlamaIndex Docs",
94-
"OpenAI Cookbooks",
9594
"LangChain Docs",
95+
"OpenAI Cookbooks",
9696
# "Towards AI Blog",
9797
# "RAG Course",
9898
]
@@ -102,8 +102,8 @@ def setup_database(db_collection, dict_file_name):
102102
"peft",
103103
"trl",
104104
"llama_index",
105-
"openai_cookbooks",
106105
"langchain",
106+
"openai_cookbooks",
107107
# "towards_ai_blog",
108108
# "rag_course",
109109
]

0 commit comments

Comments
 (0)