mem0
mem0 copied to clipboard
refactor: src instead of url
This PR is renaming url variables to src in appropriate placse.
There are two reasons for this PR.
- We use local data too. In
addandadd_localthis is reflected by naming the argumentsurlandcontent. So naming all data sourcesurlin the following functions is confusing to read when you debug local data. - The
BaseChunkerhasurlas a reused variable. It did not cause problems, but should still be avoided.