Trace input is null when passing in nodes, or Documents with transformations to VectorStoreIndex constructor #1538
Replies: 1 comment
-
|
Thanks for sharing and creating a bug issue (#1551), will look into it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating an instance of llama_index VectoreStoreIndex using the class method
from_documents.If I pass in a list of Documents, the trace appears normal with input showing document metadata.
If I pass in a list of TextNodes, or a list of Documents with a list of transformations (to produce text nodes inside the constructor) the input shows null.
Is this normal and expected behavior?
langfuse v2.21.1
python v3.10.13
llama-index v0.10.20
This is the trace using a list of Documents and no transformations. It appears detailed.

This is the trace using either a list of Nodes OR a list of Documents AND a list of transformations.

Any insight is appreciated
Beta Was this translation helpful? Give feedback.
All reactions