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 4489fcf commit c144576
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/remove_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ def remove_file(directory: str):
"components.output_parsers.outputs.rst",
"components.model_client.cohere_client.rst",
"components.retriever.reranker_retriever.rst",
"components.data_process.data_components.rst",
"components.data_process.text_splitter.rst",
"components.memory.memory.rst",
"components.retriever.postgres_retriever.rst"

]
try:
for filename in os.listdir(directory):
Expand Down

0 comments on commit c144576

Please sign in to comment.