We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bonjour 👋🏻
When I tried to ingest a folder with space in name:
fred ~/private-gpt $ make ingest "/Users/fred/TEST/Folder Test" -- --watch --log-file privategpt.log 09:42:18.019 [INFO ] private_gpt.settings.settings_loader - Starting application with profiles=['default'] usage: ingest_folder.py [-h] [--watch | --no-watch] [--ignored [IGNORED ...]] [--log-file LOG_FILE] folder ingest_folder.py: error: unrecognized arguments: Test make: *** [ingest] Error 2
I tried with Folder\ Test, and with Folder%20Test but not working.
Folder\ Test
Folder%20Test
Do you have advice?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Question
Bonjour 👋🏻
When I tried to ingest a folder with space in name:
I tried with
Folder\ Test
, and withFolder%20Test
but not working.Do you have advice?
Thanks
The text was updated successfully, but these errors were encountered: