weaviate.collections.config

class weaviate.collections.config._ConfigCollection(connection, name, tenant=None)[source]

Bases: _ConfigCollectionExecutor[ConnectionSync]

Parameters:
  • connection (ConnectionType)

  • name (str)

  • tenant (str | None)

class weaviate.collections.config._ConfigCollectionAsync(connection, name, tenant=None)[source]

Bases: _ConfigCollectionExecutor[ConnectionAsync]

Parameters:
  • connection (ConnectionType)

  • name (str)

  • tenant (str | None)