Skip to content

Commit

Permalink
Fix variables.tf git rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bmquinn committed Aug 14, 2024
1 parent d29b193 commit 5cd1195
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions data_services/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ variable "embedding_model_name" {
type = string
}

<<<<<<< HEAD
variable "model_requirements" {
type = list(string)
default = []
=======
variable "embedding_dimensions" {
type = number
>>>>>>> 9b6d2ca (Replace SageMaker with Bedrock connector for generating embeddings)
}

0 comments on commit 5cd1195

Please sign in to comment.