Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RAGChain ¶
type RAGChain struct {
// contains filtered or unexported fields
}
func NewQAChain ¶
func NewQAChain(llm llms.LanguageModel, store vectorstores.VectorStore, docsNumber int, scoreThreshold float64) *RAGChain
Click to show internal directories.
Click to hide internal directories.