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

Functionality catalog #328

Merged
merged 22 commits into from
Nov 10, 2023
Merged

Functionality catalog #328

merged 22 commits into from
Nov 10, 2023

Conversation

ferdiko
Copy link
Collaborator

@ferdiko ferdiko commented Oct 24, 2023

Hey Geoff, I "unit tested" the functionality catalog but it would be great if you could check if it breaks any of your things.

@ferdiko ferdiko requested a review from geoffxy October 24, 2023 00:11
Copy link
Member

@geoffxy geoffxy left a comment

Choose a reason for hiding this comment

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

Thanks @ferdiko! Can you look into the Session changes mentioned below? I think that we should avoid storing the session in QueryRep to avoid coupling them. QueryRep should just be a class that represents a query.

Changing that and the paths below should fix the tests as well.

src/brad/routing/functionality_catalog.py Outdated Show resolved Hide resolved
src/brad/query_rep.py Outdated Show resolved Hide resolved
src/brad/front_end/front_end.py Outdated Show resolved Hide resolved
@geoffxy
Copy link
Member

geoffxy commented Oct 24, 2023

Please also add back the script you used to extract the keywords for the geospatial queries (just commit it under tools). It's useful to keep it around.

@geoffxy geoffxy linked an issue Nov 10, 2023 that may be closed by this pull request
Copy link
Member

@geoffxy geoffxy left a comment

Choose a reason for hiding this comment

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

Looks good - I tested it out on my end and it seems to be fine. Thanks! I'll merge the PR.

@geoffxy geoffxy merged commit e7732c2 into main Nov 10, 2023
@geoffxy geoffxy deleted the fk_workloads branch November 10, 2023 20:45
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.

Add a query feature catalog to be used during query routing
2 participants