Skip to content
Discussion options

You must be logged in to vote

This is expected, and will have documentation on it over the weekend.

The "Upload for File Search" option only appears now if you toggle "File Search" from the Tools dropdown, which is next to the "Attachment" icon.

You have also likely customized endpoints.agents.capabilities in the librechat.yaml file, and there was a new capability added to enable "Upload as Text" (it is added by default if capabilities are not customized)

# example YAML config
endpoints:
  agents:
    capabilities:
      - "execute_code"
      - "file_search"
      - "actions"
      - "tools"
      - "artifacts"
      - "ocr"
      - "chain"
      - "web_search"
      - "context" # new capability, add this for "Upload…

Replies: 2 comments 13 replies

Comment options

You must be logged in to vote
13 replies
@paychex-ssmithrand
Comment options

@danny-avila
Comment options

@jcbartle
Comment options

@Odrec
Comment options

@harrisonhxy
Comment options

Answer selected by jcbartle
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants
Converted from issue

This discussion was converted from issue #9862 on September 27, 2025 14:39.