-
ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /root/anaconda3/lib/python3.12/site-packages/scipy/spatial/_ckdtree.cpython-312-x86_64-linux-gnu.so)
-
[+] Running 0/2
- Network empidemo_default Created 0.2s
- Container mpidemo …
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
Linux
### P…
-
### Describe the bug
rag_app.py line: 125:
elif "text2vec" in app.state.RAG_EMBEDDING_MODEL:
app.state.sentence_transformer_ef = embedding_functions.Text2VecEmbeddingFunction(
model_…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
Linux
### P…
-
您好,我运行时执行 texts_vec = [[model_word2vec[word] for word in text_cut if word in model_word2vec] for text_cut in texts_cut] 时引发报错: argument of type 'Word2Vec' is not iterable,请问有什么解决办法?
-
### How to reproduce this bug?
```python
import weaviate
import weaviate.classes.config as wvc
client = weaviate.use_async_with_weaviate_cloud(...)
await client.connect()
collection = await …
-
We currently do not support modules sending vectorization requests to embedding providers in batch. Most of the embedding provider APIs support sending vectorization requests in batch. This currently …
-
### Describe your feature request
[Potential problem]
If a user configures a vectorizer without specifying a model, sometimes a Weaviate server-side default model is used. This can be a problem if t…
-
提问时请尽可能提供如下信息:
### 基本信息
- 你使用的**操作系统**: macOS 14.2.1
- 你使用的**Python**版本: 3.8.16
- 你使用的**Pytorch**版本: torch 2.1.0
- 你使用的**bert4torch**版本: 0.4.9.post2
- 你加载的**预训练模型**:bge-large-zh-v1.5
### 核…