Skip to content

Feature/import path in first steps wizard - #60

Open
farshad68 wants to merge 4 commits into
developfrom
feature/Import-path-in-first-steps-wizard
Open

Feature/import path in first steps wizard#60
farshad68 wants to merge 4 commits into
developfrom
feature/Import-path-in-first-steps-wizard

Conversation

@farshad68

Copy link
Copy Markdown
Member

No description provided.

@farshad68
farshad68 requested a review from denkv September 1, 2026 15:04
@farshad68
farshad68 marked this pull request as ready for review September 3, 2026 11:00
if is_windows():
user_profile = os.getenv('USERPROFILE')
assert user_profile is not None, "USERPROFILE environment variable is missing"
return os.path.join(user_profile, 'Documents', 'RAG')

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't "Documents" depend on the language and possibly other things?

There seems to be a registry key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Personal which can be read with https://docs.python.org/3/library/winreg.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants