-
sync_zhprs_custom_word函数中使用PG数据目录作为字典存储位置,会有一定的问题。Barman进行备份的时候,会报错。
下面为Barman日志:
2024-11-06 09:55:01,853 [96037] barman.wal_archiver INFO: No xlog segments found from streaming for xxx.
2024-…
-
更新 external-services 中的 Postgres 镜像,直接使用官方提供的镜像
相关:https://github.com/Byzanteam/jet-airbase/pull/1574
-
Hi. Cool project. Great work so far!
I am trying to get the app to run locally.
I've run "supabase start" in the root after running "supabase init". Works fine.
After, I do a migration to see…
-
rag 中文 混合搜索需要vector 和 文本搜索
https://docs.llamaindex.ai/en/latest/examples/vector_stores/postgres/
pgvector项目已经提供了pgvector镜像
-
postgresql自带的搜索不支持中文,导致ttrss搜索中文的根本没法用,不知道有没有计划添加 zhparser/jieba/pgrooga之类的?
-
As mentioned above, I would like to ask if there is any setting that can be adjusted 。thanks a lot
-
pg version:15.2
os:Red Hat 4.8.5-39
执行命令:make && make install编译的时候报错如下:
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attr…
-
insert into zhparser.zhprs_custom_word values('支付宝');
select sync_zhprs_custom_word();
zhprs_custom_word 里面有这个词了,但是不生效
-
首先这是不加自定义词库时, 返回的结果, 注意看返回的 "感恩“
```sql
psql (13.4)
Type "help" for help.
marketbet_crawler_development=# select * from zhparser.zhprs_custom_word;
word | tf | idf | attr
------+----+-----…
-
Language such as Chinese, Japanese. There is not space between word. PostgreSQL's `to_tsvector` can't split it well by default.
But we can set custom SEARCH CONFIGURATION in PostgreSQL. By using an…