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
db upgrade
Describe the bug Bug when trying to run db upgrade
To Reproduce Steps to reproduce the behavior:
export R2R_PROJECT_NAME=r2r_default export R2R_EMBEDDING_DIMENSION=1024 r2r db upgrade
/home/dspadmin/Workspace/R2R/.venv/lib/python3.12/site-packages/pydantic/_internal/_config.py:345: UserWarning: Valid config keys have changed in V2: * 'fields' has been removed warnings.warn(message, UserWarning) Running 'upgrade' for schema r2r_default... CLI error: An unexpected error occurred: (Traceback...) TypeError: run_alembic_command() got an unexpected keyword argument 'revision'
Expected behavior Command should run successfully
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Bug when trying to run
db upgrade
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Command should run successfully
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: