AddKeyedOracleCollection
AddKeyedOracleCollectionメソッドは、キーが指定されたOracleCollectionを、VectorStoreCollectionとして登録します。
オーバーロード・リスト
- AddKeyedOracleCollection<TKey, TRecord>(IServiceCollection, object?, string, Func<IServiceProvider, string>, Func<IServiceProvider, OracleVectorCollectionOptions>?, ServiceLifetime )
このメソッドは、指定された接続文字列プロバイダおよびサービス存続期間を使用して、キーが指定された
OracleCollectionを、VectorStoreCollectionとして登録します。 - AddKeyedOracleCollection<TKey, TRecord>(IServiceCollection, object?, string, string,OracleCollectionOptions?, ServiceLifetime)
このメソッドは、指定された接続文字列およびサービス存続期間を使用して、キーが指定された
OracleCollectionを、VectorStoreCollectionとして登録します。