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

what to do next question #144

Open
jkoschinsky opened this issue Jul 1, 2024 · 4 comments
Open

what to do next question #144

jkoschinsky opened this issue Jul 1, 2024 · 4 comments
Assignees

Comments

@jkoschinsky
Copy link

jkoschinsky commented Jul 1, 2024

I loaded the old stlouis file into webgeoda and asked a more open-ended question that a new user would ask: "I just uploaded my data. How should I get started with the analysis?"

It then gives the following answer:
Screenshot 2024-07-01 at 11 14 24 AM

but then this answer disappears and is replaced by the following, which doesn't make sense:

Screenshot 2024-07-01 at 11 14 04 AM

I ask it to list the existing variables in the spatial file and the answer confirms that it doesn't recognize the question:
Screenshot 2024-07-01 at 11 15 45 AM

Can we add a prompt for the user to re-specify the question in a way that the bot can identify the existing variables?

@lixun910
Copy link
Member

lixun910 commented Jul 1, 2024

Good point! We used to have a function to tell the LLM the meta data like variable names and types (not the raw data). We disabled it because it is a little slow when sending the meta data to openai. With the boosted performance of the new gpt4o model, I think it is time to enable this function so the LLM knows the meta data like variable names etc. The issues like this should be solved then.

@lixun910
Copy link
Member

lixun910 commented Jul 1, 2024

But this could be a potential privacy issue that users may argue. We can make it optional later.

@jkoschinsky
Copy link
Author

jkoschinsky commented Jul 1, 2024 via email

@lixun910
Copy link
Member

lixun910 commented Jul 2, 2024

Should be fixed. Please help to check, Thanks! :)

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