johe
Results
2
comments of
johe
今天面试拼多多,面试官问:子函数调用父函数,算是闭包吗? ` function parent() { return function child() { parent(); } } ` 按照闭包的定义,函数引用了其他上下文的变量对象成员。应该不算是闭包吧? 有没有大佬从本质上分析下。
> I had the same issue before. This is probably caused by having the embeddings with different dimensions already stored inside the chroma db. I fixed that by removing the...