Vladislav

Results 4 issues of Vladislav

``` make: Entering directory '/home/hr/node_modules/ffi-napi/build' CC(target) Release/obj.target/nothing/../node-addon-api/src/nothing.o AR(target) Release/obj.target/../node-addon-api/src/nothing.a COPY Release/nothing.a CC(target) Release/obj.target/ffi/deps/libffi/src/prep_cif.o CC(target) Release/obj.target/ffi/deps/libffi/src/types.o CC(target) Release/obj.target/ffi/deps/libffi/src/raw_api.o CC(target) Release/obj.target/ffi/deps/libffi/src/java_raw_api.o CC(target) Release/obj.target/ffi/deps/libffi/src/closures.o ../deps/libffi/src/closures.c: In function ‘dlmmap_locked’: ../deps/libffi/src/closures.c:421:7: warning: ignoring return value...

Scope: tdl-tdlib-ffi

Please add to captureImage callback new param - fileName ``` if (cb) { cb(fileName) } ```

Hi! You stop tour work? :(

question

**Describe the bug** When call query of @qdrant/js-client-rest we need to provide `with_payload: true` and maybe `with_vector: true` to query options. [QdrantVectorStore code with bug](https://github.com/run-llama/LlamaIndexTS/blob/8474ca970e70550453f40c1012ed60fd6afd899c/packages/providers/storage/qdrant/src/QdrantVectorStore.ts#L300) [qdrant-js lib code for query...

bug
good first issue
help wanted