Interface IMemoryRagSettings
Namespace: Glitch9.AIDevKit.Agents
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IMemoryRagSettings
Properties
| Edit this page View SourceEmbeddingModel
Declaration
string EmbeddingModel { get; }
Property Value
| Type | Description |
|---|---|
| string |
RetrievalMinSim
Declaration
float RetrievalMinSim { get; }
Property Value
| Type | Description |
|---|---|
| float |
RetrievalTopK
Declaration
int RetrievalTopK { get; }
Property Value
| Type | Description |
|---|---|
| int |