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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product