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

[Feat] AI Assistant [2] #2777

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

[Feat] AI Assistant [2] #2777

wants to merge 19 commits into from

Conversation

lixun910
Copy link
Collaborator

  • Add geojson layer using field with quantile/quantize/ordinal/custom color scale [and first dataset]
  • Add point layer
  • Add arc layer
  • Add heatmap
  • Add h3 layer
  • Filter field xxx on first dataset

Copy link

netlify bot commented Nov 20, 2024

Deploy Preview for keplergl2 ready!

Name Link
🔨 Latest commit 7e59c71
🔍 Latest deploy log https://app.netlify.com/sites/keplergl2/deploys/67476f8eb3cf2a00088c9b02
😎 Deploy Preview https://deploy-preview-2777--keplergl2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@lixun910
Copy link
Collaborator Author

lixun910 commented Nov 21, 2024

keplergl-ai-3

@lixun910
Copy link
Collaborator Author

Sometimes, the capability of the LLM model can leave you amazed by how intuitively it understands your queries and delivers unexpected yet accurate results. For instance, a model designed to respond to prompts like “Filter the data of price_pp using range [20, 50]” was able to interpret and act on a more abstract query “How many areas are between the values 14 and 41.05,” get the same outcome : ) can't wait to see real user experiences

Screenshot 2024-11-21 at 5 06 16 PM Screenshot 2024-11-21 at 5 04 35 PM

@lixun910
Copy link
Collaborator Author

lixun910 commented Nov 26, 2024

😮 "create geojson layer with custom colors like Van Gogh’s starry night"

Screenshot 2024-11-26 at 1 57 11 PM

Sunflower
Screenshot 2024-11-26 at 2 12 44 PM

chinese watercolor
Screenshot 2024-11-26 at 2 07 34 PM

cyberpunk
Screenshot 2024-11-26 at 2 12 21 PM

Sahara Desert
Screenshot 2024-11-26 at 2 05 20 PM

@@ -16,7 +17,27 @@ const reducers = combineReducers({
routing: routerReducer
});

export const middlewares = enhanceReduxMiddleware([thunk, routerMiddleware(browserHistory)]);
// add redux-logger
const loggerMiddleware = createLogger({
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be a separate PR?

@@ -0,0 +1,180 @@
import {ColorMap, ColorRange, ColorLegends, COLOR_RANGES} from '@kepler.gl/constants';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can these files be more thoughtfully named? This isn't just a another dump of utils is it? These are exposed function to let the assistant create layers?

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

Successfully merging this pull request may close these issues.

2 participants