Show / Hide Table of Contents

Class RAGResult

Inheritance
object
RAGResult
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.AI
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class RAGResult

Constructors

RAGResult()

Declaration
public RAGResult()

Properties

Chunk

Declaration
public string Chunk { get; set; }
Property Value
Type Description
string

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
string

Metadata

Declaration
public IDictionary<string, object> Metadata { get; set; }
Property Value
Type Description
IDictionary<string, object>

Score

Declaration
public double Score { get; set; }
Property Value
Type Description
double

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
string

Type

Declaration
public RagType Type { get; set; }
Property Value
Type Description
RagType

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top