Documentation ¶
Index ¶
- Constants
- func FromGolcDocs(docs []golcschema.Document) []vs.Document
- func FromLangchainDocs(docs []lcgoschema.Document) []vs.Document
- func ToGolcDocs(docs []vs.Document) []golcschema.Document
- func ToLangchainDocs(docs []vs.Document) []lcgoschema.Document
- type DocumentLoader
- type DocumentTransformer
- type DocumentTransformerFunc
- type RetrievalResponse
- type TextSplitter
Constants ¶
View Source
const (
ArchivePrefix = "archive://"
)
Variables ¶
This section is empty.
Functions ¶
func FromGolcDocs ¶
func FromGolcDocs(docs []golcschema.Document) []vs.Document
func FromLangchainDocs ¶
func FromLangchainDocs(docs []lcgoschema.Document) []vs.Document
func ToGolcDocs ¶
func ToGolcDocs(docs []vs.Document) []golcschema.Document
func ToLangchainDocs ¶
func ToLangchainDocs(docs []vs.Document) []lcgoschema.Document
Types ¶
type DocumentLoader ¶
type DocumentTransformer ¶
type DocumentTransformerFunc ¶
type RetrievalResponse ¶ added in v0.1.9
Click to show internal directories.
Click to hide internal directories.