-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)StoreIssues & PRs about the AI Store componentIssues & PRs about the AI Store component
Description
I would like to be able to store the original document content in the Chroma DB records, but the VectorDocument
currently has no way to pass that in, other than the metadata. I feel like this requirement will not be specific just to Chroma DB, but various databases used for embeddings will support storing of the original document content along with the vectors.
Any suggestions on how to approach this holistically? Should the VectorDocument
be expanded with optional field like ?string $content = null
?
Ref PR for a hacky solution - now I am looking for a clean way to achieve this..
Metadata
Metadata
Assignees
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)StoreIssues & PRs about the AI Store componentIssues & PRs about the AI Store component