Skip to content

Commit

Permalink
Another OracleVectorStoreObservationIT test assertion fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tzolov committed Aug 20, 2024
1 parent a3f4487 commit 1465310
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ void observationVectorStoreAddAndQueryOperations() {
OracleVectorStore.DEFAULT_TABLE_NAME)
.hasHighCardinalityKeyValue(HighCardinalityKeyNames.NAMESPACE.asString(), "none")
.hasHighCardinalityKeyValue(HighCardinalityKeyNames.FIELD_NAME.asString(), "none")
.hasHighCardinalityKeyValue(HighCardinalityKeyNames.SIMILARITY_METRIC.asString(), "none")
.hasHighCardinalityKeyValue(HighCardinalityKeyNames.SIMILARITY_METRIC.asString(), "cosine")
.hasHighCardinalityKeyValue(HighCardinalityKeyNames.TOP_K.asString(), "none")
.hasHighCardinalityKeyValue(HighCardinalityKeyNames.SIMILARITY_THRESHOLD.asString(), "cosine")
.hasHighCardinalityKeyValue(HighCardinalityKeyNames.SIMILARITY_THRESHOLD.asString(), "none")

.hasBeenStarted()
.hasBeenStopped();
Expand Down

0 comments on commit 1465310

Please sign in to comment.