-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
FeatureNew featureNew featureHelp wantedExtra attention is neededExtra attention is neededStoreIssues & PRs about the AI Store componentIssues & PRs about the AI Store component
Description
A common use-case for populating a vector store is to load the content as documents from a source and manipulate them while doing so, e.g. splitting into multiple chunks, normalizing the language, or summarizing.
I'd guess that In the end the LoaderInterface
should spit out a iterable<TextDocument>
that is then handed over to the Embedder
(rename to Indexer
?)
OskarStark
Metadata
Metadata
Assignees
Labels
FeatureNew featureNew featureHelp wantedExtra attention is neededExtra attention is neededStoreIssues & PRs about the AI Store componentIssues & PRs about the AI Store component