-
Notifications
You must be signed in to change notification settings - Fork 323
Open
Description
OpenRAG Version
0.4.0 dev5
Deployment Method
uvx (uvx openrag)
Operating System
26.3.1
Python Version
3.13
Affected Area
Ingestion (document processing, upload, Docling)
Bug Description
AWS (Amazon Web Services) connection test is failing in OpenRAG version 0.4.0-dev5, while the same configuration was working correctly in 0.4.0-dev2.
The system is unable to establish or verify a successful AWS connection despite valid credentials and proper configuration.
Steps to Reproduce
- Navigate to the OpenRAG project directory
- Add AWS credentials in the .env file:
AWS_ACCESS_KEY_ID=YOUR_ACCESS_KEY
AWS_SECRET_ACCESS_KEY=YOUR_SECRET_KEY
AWS_DEFAULT_REGION=us-east-1 - Restart all services.
- Ensure the same credentials are available in the in AWS configuration Advance setup as well.
- Attempt to test/verify AWS connection.
Expected Behavior
The AWS connection should be successfully established and verified, as it was in version 0.4.0-dev2.
Actual Behavior
Unable to verify successful connection, AWS option is not shown in add knowledge list to add document.
Relevant Logs
Screenshots
No response
Additional Context
No response
Checklist
- I have searched existing issues to ensure this bug hasn't been reported before.
- I have provided all the requested information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug🔴 Something isn't working.🔴 Something isn't working.