-
692 $so = scws_new();
693 $so->set_charset('utf8');
694 // 这里没有调用 set_dict 和 set_rule 系统会自动试调用 ini 中指定路径下的词典和规则文件
695 //$dictPath = ini_get('scws.default.fpath').'/d…
-
my postgres is installed with yum,how can this pg_scws extension install with it
thank you
-
服务器版本
`Linux version 4.18.0-193.el8.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 8.3.1 20191121 (Red Hat 8.3.1-5) (GCC)) #1 SMP Fri May 8 10:59:10 UTC 2020`
报错信息
`Checking scws ... 1.2.…
-
有没有X86 版本 X64 用不了。,多谢
-
rule.c:190:17: error: ‘rtail may be used uninitialized in this function [-Werror=maybe-uninitialized]
rtail->next = a;
~~~~~~~~~~~~^~~
从代码里看
scws/libscws/rule.c@scws_rule_new里
rule_at…
-
rag 中文 混合搜索需要vector 和 文本搜索
https://docs.llamaindex.ai/en/latest/examples/vector_stores/postgres/
pgvector项目已经提供了pgvector镜像
-
```Dockerfile
FROM sameersbn/ubuntu:14.04.20170123
MAINTAINER sameer@damagehead.com
ENV PG_APP_HOME="/etc/docker-postgresql"\
PG_VERSION=9.6 \
PG_USER=postgres \
PG_HOME=/var/lib/p…
-
pecl install igbinary
-
hi, @cwarnermm. I have scanned the all URLs mentioned over dev docs site. I found many broken links during scan.
Here is the list of Broken links:
```
Line 3165: ├─BROKEN─ https://github.com/ir…
-
For a while we've had `RubberduckCodeAnalysis` project which is referenced by all other `Rubberduck.***` projects to manage code quality. Due to the complexity of the codebase and the COM interactions…