AddKeyedOracleCollection
AddKeyedOracleCollection methods register a keyed OracleCollection as VectorStoreCollection.
Overload List
- AddKeyedOracleCollection<TKey, TRecord>(IServiceCollection, object?, string, Func<IServiceProvider, string>, Func<IServiceProvider, OracleVectorCollectionOptions>?, ServiceLifetime )
This method registers a keyed
OracleCollectionasVectorStoreCollection, with the specified connection string provider and service lifetime. - AddKeyedOracleCollection<TKey, TRecord>(IServiceCollection, object?, string, string,OracleCollectionOptions?, ServiceLifetime)
This method registers a keyed
OracleCollectionasVectorStoreCollection, with the specified connection string and service lifetime.