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