Noob question: What is the practical difference between working with documents vs. working with nodes?
For example:
index = VectorStoreIndex.from_documents(documents, service_context = service_context)
vs.
index = VectorStoreIndex(nodes, service_context = service_context)
Are there significant (dis)advantages to each?
Add a reply
Sign up and join the conversation on Discord