AddKeyedOracleVectorStore
AddKeyedOracleVectorStore
methods register a keyed OracleVectorStore
as VectorStore
.
Overload List
- AddKeyedOracleVectorStore(IServiceCollection, object?, Func<IServiceProvider, string>, Func<IServiceProvider, OracleVectorStoreOptions>?, ServiceLifetime)
This method registers a keyed
OracleVectorStore
asVectorStore
, with the specified connection string provider and service lifetime. - AddKeyedOracleVectorStore(IServiceCollection, object?, string, OracleVectorStoreOptions?, ServiceLifetime)
This method registers a keyed
OracleVectorStore
asVectorStore
, with the specified connection string and service lifetime.