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

[Bug]: DEFAULT_RESPONSE_SYNTHESIS_PROMPT missing #13425

Open
Hspix opened this issue May 11, 2024 · 1 comment
Open

[Bug]: DEFAULT_RESPONSE_SYNTHESIS_PROMPT missing #13425

Hspix opened this issue May 11, 2024 · 1 comment
Labels
bug Something isn't working triage Issue needs to be triaged/prioritized

Comments

@Hspix
Copy link

Hspix commented May 11, 2024

Bug Description

After upgrading 0.10.14 to 0.10.36, from llama_index.core.query_engine.pandas.pandas_query_engine import DEFAULT_RESPONSE_SYNTHESIS_PROMPT is error.

Version

0.10.36

Steps to Reproduce

from llama_index.core.query_engine.pandas.pandas_query_engine import DEFAULT_RESPONSE_SYNTHESIS_PROMPT

Relevant Logs/Tracbacks

No response

@Hspix Hspix added bug Something isn't working triage Issue needs to be triaged/prioritized labels May 11, 2024
@logan-markewich
Copy link
Collaborator

logan-markewich commented May 11, 2024

Pandas query engine got moved to experimental (it technically allows arbitrary code execution, so shouldn't be in core)

pip install llama-index-experimental

In this case, it's here

from llama_index.experimental.query_engine.pandas.pandas_query_engine import ...

Didn't add a shortcut for that one because there isn't really an obvious reason to import it 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Issue needs to be triaged/prioritized
Projects
None yet
Development

No branches or pull requests

2 participants