add ip2region pip install desc

This commit is contained in:
lionsoul2014 2025-10-31 23:40:38 +08:00
parent db3b9b22ae
commit ab0c39b7cd
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ try {
// 3、关闭资源
searcher.close();
// 备注:每个线程需要单独创建一个独立的 Searcher 对象,但是都共享全局的制度 vIndex 缓存。
// 备注:每个线程需要单独创建一个独立的 Searcher 对象
```
### 缓存 `VectorIndex` 索引