Skip to content

Commit

Permalink
update the file removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jul 2, 2024
1 parent 2b61b10 commit 4489fcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/remove_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ def remove_file(directory: str):
"components.retriever.bm25_retriever.rst",
"components.model_client.google_client.rst",
"components.model_client.transformers_client.rst",
"components.model_client.utils.rst",
"components.retriever.llm_retriever.rst",
"components.agent.react.rst",
"components.model_client.anthropic_client.rst",
"components.output_parsers.outputs.rst",
"components.model_client.cohere_client.rst",
"components.retriever.reranker_retriever.rst",
"components.retriever.reranker_retriever.rst",
]
try:
for filename in os.listdir(directory):
Expand Down

0 comments on commit 4489fcf

Please sign in to comment.