Skip to content
New issue

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

cursor._evadb.config.update_value #1354

Open
1 of 2 tasks
onefanwu opened this issue Nov 14, 2023 · 3 comments
Open
1 of 2 tasks

cursor._evadb.config.update_value #1354

onefanwu opened this issue Nov 14, 2023 · 3 comments

Comments

@onefanwu
Copy link

Search before asking

  • I have searched the EvaDB issues and found no similar bug report.

Bug

cursor._evadb.config.update_value("executor", "batch_mem_size", 300000)

AttributeError: 'EvaDBDatabase' object has no attribute 'config'

Environment

  • EvaDB v0.3.8

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@xzdandy
Copy link
Collaborator

xzdandy commented Nov 14, 2023

Hi @onefanwu, where is cursor._evadb.config.update_value("executor", "batch_mem_size", 300000) being used? We have updated the configuration manager interface. We need to update this.

@onefanwu
Copy link
Author

Hi @xzdandy ,
This error occurs when I run the Text Summarization Benchmark with EvaDB v0.3.8.
URL: https://evadb.readthedocs.io/en/stable/source/benchmarks/text_summarization.html

@xzdandy
Copy link
Collaborator

xzdandy commented Nov 15, 2023

Thanks. Will fix.

@xzdandy xzdandy reopened this Nov 15, 2023
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

No branches or pull requests

2 participants