generated from terraform-ibm-modules/stack-ibm-template
-
Notifications
You must be signed in to change notification settings - Fork 13
feat: rag-stack quick start variation #259
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
Closed
Closed
Changes from 8 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
8c34086
feat: rag-stack quick start variation
imprateeksh 865914a
chore: updated versions
imprateeksh 47ab9ee
added ce outputs
imprateeksh e75457b
updated catalog validation file
imprateeksh 4954dd9
updated git ignore file
imprateeksh 58b43d1
test: added test cases
imprateeksh db0ff12
updated catalog.json
imprateeksh 6d258ad
added ce details
imprateeksh 66be7cd
resolved conflicts
imprateeksh d92bf8a
refactor: refactored code changes
imprateeksh b7fc64b
removed es-index provider config
imprateeksh ef3816a
updated catalog.json
imprateeksh f582d2a
added diagram
imprateeksh 27a47ec
test: Updated test to schematics test
imprateeksh 1b4d5da
test: Updated regions in test
imprateeksh 09397d2
updated diag
imprateeksh 40e9d43
merged latest
imprateeksh da49b38
updated catalog.json
imprateeksh 0821cfc
fix: updated qs changes
imprateeksh facb3e6
fix: pre-commit issues
imprateeksh ba4421b
fixed diagram issue
imprateeksh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,15 @@ | ||
| .def.json | ||
| .terraform | ||
| **/.terraform/* | ||
|
|
||
| *.tfstate | ||
| *.tfstate.* | ||
|
|
||
| *.terraform.lock.hcl | ||
| *.lock.hcl | ||
|
|
||
| .DS_Store | ||
|
|
||
| *.tfvars | ||
| *.tfvars.json | ||
| *.log |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| # Cloud automation for RAG (Retrieval Augmented Generation) Stack on VPC (QuickStart) | ||
imprateeksh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| :exclamation: **Important:** This solution is not intended to be called by other modules because it contains a provider configuration and is not compatible with the `for_each`, `count`, and `depends_on` arguments. For more information, see [Providers Within Modules](https://developer.hashicorp.com/terraform/language/modules/develop/providers). | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "ibmcloud_api_key": $VALIDATION_APIKEY, | ||
| "prefix": $PREFIX, | ||
| "existing_resource_group_name": "geretain-test-resources" | ||
| } |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.