MigrationStats
org.llm4s.rag.permissions.pg.MigrationStats
final case class MigrationStats(tablesCreated: Int, indexesCreated: Int, defaultCollectionId: Int, vectorsMigrated: Long)
Statistics from a schema migration.
Value parameters
- defaultCollectionId
-
ID of the default collection
- indexesCreated
-
Number of indexes created
- tablesCreated
-
Number of tables created
- vectorsMigrated
-
Number of vectors migrated to the default collection
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article