Skip to content

Commit

Permalink
code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
tzolov committed Aug 11, 2024
1 parent e03ac60 commit 75c5a9a
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
public enum VectorStoreObservationDocumentation implements ObservationDocumentation {

/**
* AI Chat Model observations for clients.
* Vector Store observations for clients.
*/
AI_VECTOR_STORE {
@Override
Expand Down Expand Up @@ -189,16 +189,6 @@ public String asString() {
return "db.index.name";
}
}
// ,
// /**
// * The number of queries included in a batch operation.
// */
// BATCH_SIZE {
// @Override
// public String asString() {
// return "db.operation.batch.size";
// }
// }

}

Expand Down

0 comments on commit 75c5a9a

Please sign in to comment.