AddOracleCollection
AddOracleCollectionメソッドは、OracleCollectionをVectorStoreCollectionとして登録します。
オーバーロード・リスト
- AddOracleCollection<TKey, TRecord>(IServiceCollection, string, Func<IServiceProvider, string>, Func<IServiceProvider, OracleCollectionsOptions>?, ServiceLifetime)
このメソッドは、指定された接続文字列およびサービス存続期間を使用して、
OracleCollectionを、VectorStoreCollectionとして登録します。 - AddOracleCollection<TKey, TRecord>(IServiceCollection, string, string, OracleCollectionOptions?, ServiceLifetime)
このメソッドは、指定された接続文字列およびサービス存続期間を使用して、
OracleCollectionを、VectorStoreCollectionとして登録します。 - AddOracleCollection<TKey, TRecord>(this IServiceCollection, string, OracleCollectionOptions?, ServiceLifetime)
このメソッドは、
IServiceCollectionから取得したOracleDataSourceを使用して、OracleCollectionをVectorStoreCollectionとして登録します。