-
Notifications
You must be signed in to change notification settings - Fork 484
feat: Add YugabyteDB embedding store examples #175
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
Open
krishna-yb
wants to merge
2
commits into
langchain4j:main
Choose a base branch
from
krishna-yb:feat/yugabytedb-embedding-store-examples
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: Add YugabyteDB embedding store examples #175
krishna-yb
wants to merge
2
commits into
langchain4j:main
from
krishna-yb:feat/yugabytedb-embedding-store-examples
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
264cdcf to
df2e889
Compare
Author
|
Hey @mariofusco and @dliubarskyi please take a look |
dliubarskyi
reviewed
Oct 13, 2025
dliubarskyi
pushed a commit
to langchain4j/langchain4j
that referenced
this pull request
Oct 15, 2025
- Remove example links from yugabyte docs that are not yet available - Add note that examples will be added soon Removes example links from YugabyteDB embedding store documentation. Since the version is currently `1.8.0-beta15-SNAPSHOT` (not yet released), the examples repository doesn't have these examples available yet. Current link: yugabyte/langchain4j-community@90c2f0f Examples PR currently under review, it will be merged once the version is officially released. Link: langchain4j/langchain4j-examples#175
kiu345
pushed a commit
to kiu345/langchain4j
that referenced
this pull request
Oct 21, 2025
- Remove example links from yugabyte docs that are not yet available - Add note that examples will be added soon Removes example links from YugabyteDB embedding store documentation. Since the version is currently `1.8.0-beta15-SNAPSHOT` (not yet released), the examples repository doesn't have these examples available yet. Current link: yugabyte/langchain4j-community@90c2f0f Examples PR currently under review, it will be merged once the version is officially released. Link: langchain4j/langchain4j-examples#175
- Add four comprehensive examples demonstrating YugabyteDB integration: * Basic embedding store with similarity search * Metadata filtering with JSONB storage * PostgreSQL JDBC driver usage (recommended) * YugabyteDB Smart Driver for distributed deployments - Include helper script (run-example.sh) for easy execution - Use Testcontainers for isolated testing environment - Implement proper resource cleanup to avoid thread warnings - Configure containers matching langchain4j-community test standards
- Update langchain4j-community-yugabytedb from 1.8.0-beta15-SNAPSHOT to 1.8.0-beta15 - Update langchain4j-embeddings-all-minilm-l6-v2 from 1.7.1-beta14 to 1.8.0-beta15 - Update yugabytedb-example artifact version to 1.8.0-beta15 This addresses the review feedback to use the non-SNAPSHOT version now that it has been officially released.
df2e889 to
80d16bc
Compare
Author
|
Hey @dliubarskyi |
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.
Add four comprehensive examples demonstrating YugabyteDB integration:
Include helper scripts for easy execution:
Use Testcontainers for isolated testing environment
Implement proper resource cleanup to avoid thread warnings
Configure containers matching langchain4j-community test standards