Alessandro Usseglio Viretta
Alessandro Usseglio Viretta
what about using an umbrella project instead?
already corrected in https://github.com/brian-j-smith/Mamba.jl/blob/master/doc/tutorial/line.jl Updating the link in the tutorial will solve the issue
already corrected in https://github.com/brian-j-smith/Mamba.jl/blob/master/doc/tutorial/line.jl Updating the link in the tutorial will solve the issue
Yes, it was. I have now a path for each environment (dev, test, production) and I wipe all tables before the tests. I couldn't solve the original problem, but now...
it has to do with this commit: https://github.com/FFmpeg/FFmpeg/commit/b4f52019675159f303df05490ac5cf9972e279b2 Replacing `query_formats` with `FILTER_QUERY_FUNC(query_formats)` in [vf_gltransition.c](https://github.com/transitive-bullshit/ffmpeg-gl-transition/blob/master/vf_gltransition.c) solves the issue.
I could compile the binary, but it does not work properly: see issue #72
The issue I found (likely - but not for sure - the same as #72) is related to https://github.com/FFmpeg/FFmpeg/commit/8be701d9f7f77ff2282cc7fe6e0791ca5419de70 Solved by removing `{ NULL }` in `static const AVFilterPad gltransition_outputs[]`...
it's likely the last version that will ever work with ffmpeg-gl-transition if nobody updates the code > I also modified it as above, but it didn't work. Later, I used...
qdrant 支持稠密向量和稀疏向量,我打算试一试,实现 Vespa 使用的加权稠密/稀疏/科尔伯特检索。
我刚刚完成了我的小型平台,该平台可以批量处理文档,并将嵌入内容保存为 avro 格式。我使用 Podman 而不是 Docker 启动了一个 qdrant 实例,没有出现任何问题。今天晚些时候,我将开始为向量编制索引,并向大家汇报进展情况。