-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat: lancedb vector tool selection #2654
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s for is_internal. default to using EMBEDDING_PROVIDER env var to check for right embedding model provider
b08fbd8 to
70744db
Compare
Contributor
|
wendytang
approved these changes
May 29, 2025
zanesq
added a commit
that referenced
this pull request
May 29, 2025
….com:block/goose into fix/typescript-errors-phase9-type-assignment * 'fix/typescript-errors-phase8-property-access' of github.com:block/goose: Cleanup Phase 1: Remove unused React imports from safe components (#2702) feat: lancedb vector tool selection (#2654) feat: add claude 4 to vertex dropdown (#2697) ui-v2 cleanup (#2701)
GitMurf
pushed a commit
to GitMurf/goose
that referenced
this pull request
May 30, 2025
Co-authored-by: Wendy Tang <[email protected]> Co-authored-by: Alice Hau <[email protected]>
cbruyndoncx
pushed a commit
to cbruyndoncx/goose
that referenced
this pull request
Jul 20, 2025
Co-authored-by: Wendy Tang <[email protected]> Co-authored-by: Alice Hau <[email protected]>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To configure:
In the app:

Currently can only use OpenAI embedding models. Defaults to
text-embedding-3-smallmodel, but you can override with the env var EMBEDDING_MODEL. The embedding model provider can be eitherdatabricksoropenai. It will default to openai if the env var is not set.