Skip to content

Commit

Permalink
restrict knowledge retriever file types in ui
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay920 committed Feb 13, 2024
1 parent c2b4d10 commit 639259e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def main():
uploaded_files = st.file_uploader(
"Knowledge",
accept_multiple_files=True,
type=[".pdf", ".txt", ".json", ".csv", ".md", ".html", ".log", ".rtf"],
help="If you upload files for knowledge retrieval, conversations with your Assistant may include file contents. Upon Assistant creation, the file contents will be indexed for retrieval - this may take a moment.",
)

Expand Down

0 comments on commit 639259e

Please sign in to comment.