mochi
mochi
## Current Behavior I want to use [vector-db-benchmark](https://github.com/qdrant/vector-db-benchmark) to test the performance of a dataset containing **5 million 768-dimensional vectors** on qdrant cloud's **Storage optimized** mode. However, the final QPS...
反馈bug/问题模板,提建议请删除 ## 1.关于你要提交的问题 截止这个 issue 创建的时候,我使用了你的 master 分支编译了 ext combined 镜像,然后交给 PVE 运行。 在首次运行时可正常写入文件,重启系统后就无法写入了。 必须要重新 mount 根目录才行 ## 2. 详细叙述 ### (1) 具体问题 A: ### (2) 路由器型号和固件版本 A: ### (3)...
I find `tantivy` very useful for fuzzy text queries, but now I have a scenario where I need to implement an exact text match. Here's a specific example: I have...
Recently, I'm interpreting tantivy in ClickHouse. Here is the schema in tantivy: ```rust let mut schema_builder = Schema::builder(); schema_builder.add_u64_field("row_id", INDEXED | STORED | FAST); schema_builder.add_text_field("text", TEXT); let schema = schema_builder.build();...
## Background Introduction: I need to perform a hybrid search using **ranx** and [**MyScaleDB**](https://github.com/myscale/myscaledb). The principle is as follows: - Use MyScale's `TextSearch` to obtain the `BM25` document scores (higher...
### Description Fix [issue25](https://github.com/auth0-samples/auth0-spring-boot-login-samples/issues/25), Readme has been updated.
### Checklist - [X] I have looked into the Readme ([Spring Boot 2 MVC](https://github.com/auth0-samples/auth0-spring-boot-login-samples/tree/master/mvc-login#readme)/[Spring Boot 2 WebFlux](https://github.com/auth0-samples/auth0-spring-boot-login-samples/tree/master/webflux-login#readme)/[Spring Boot 3 MVC](https://github.com/auth0-samples/auth0-spring-boot-login-samples/tree/spring-boot-3/mvc-login#readme)/[Spring Boot 3 WebFlux](https://github.com/auth0-samples/auth0-spring-boot-login-samples/tree/spring-boot-3/webflux-login#readme)) and have not found a suitable solution...
**Describe the bug** Currently, when using the natural language query feature, it works well in an English environment. For example, with a query like `"(Who is Obama) OR (good boy)"`,...