MILO
MILO
这些都是ES的功能,和插件没关系。 2022-04-26 18:17 GMT+08:00, iamxiaomizha ***@***.***>: > > > -- > Reply to this email directly or view it on GitHub: > https://github.com/sing1ee/elasticsearch-jieba-plugin/issues/87 > You are receiving this because you...
只要api兼容,就没有影响。 ggzed ***@***.***> 于2022年4月6日周三 16:04写道: > 7.6的es集群,使用的jieba插件上7.4.2版本的,这个是否有影响呢? > > — > Reply to this email directly, view it on GitHub > , or > unsubscribe > > . > You...
可以直接更新版本,然后编译打包就可以了 2022-06-15 11:22 GMT+08:00, 高级研究员 ***@***.***>: > > > -- > Reply to this email directly or view it on GitHub: > https://github.com/sing1ee/elasticsearch-jieba-plugin/issues/88 > You are receiving this because you...
more details, error ```shell Traceback (most recent call last): File "build_index.py", line 43, in faiss_index = FAISS.from_texts(textList, OpenAIEmbeddings()) File "/usr/local/lib/python3.8/site-packages/langchain/vectorstores/faiss.py", line 250, in from_texts embeddings = embedding.embed_documents(texts) File "/usr/local/lib/python3.8/site-packages/langchain/embeddings/openai.py", line...
我更新了,7.17.x和8.4.1分支,可以试试
我今天来统一下版本
```shell { "settings": { "analysis": { "filter": { "jieba_stop": { "type": "stop", "stopwords_path": "stopwords/stopwords.txt" } }, "analyzer": { "my_ana": { "tokenizer": "jieba_index", "filter": [ "lowercase", "jieba_stop" ] }, "my_ana2": {...
java 和 和elasticsearch都升级了版本,我来更新下程序,今天发布。
> es版本之间并不兼容的~需要更多测试哪些版本可以用哪个,但你这个是一个好的建议。
现在好了么?