We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7809f1f commit 9fe545cCopy full SHA for 9fe545c
1 file changed
python/sidecar/references/service.py
@@ -40,7 +40,7 @@ def fetch_pdf_to_uploads(
40
raise HTTPError(f"Unable to fetch {url} (status code: {response.status_code})")
41
42
if not metadata.source_filename:
43
- metadata.source_filename = f"{metadata.title[:200]}.pdf"
+ metadata.source_filename = f"{metadata.title[:75]}.pdf"
44
45
staged_filepath = projects_service.create_project_staging_filepath(
46
user_id, project_id, metadata.source_filename
0 commit comments