In LLM Generic APP > test.ipynb in the method chunk_data it is currently returning docs and should return doc. In its current form, doc is an unused variable.
Currently this function doesn't do anything other than pass through the original docs argument .
In LLM Generic APP > test.ipynb in the method
chunk_data
it is currently returningdocs
and should returndoc
. In its current form,doc
is an unused variable.Currently this function doesn't do anything other than pass through the original
docs
argument .See below where
doc
is currently being unused: