-
### What problem does the new feature solve?
pgai looks very promising to me, as I have built quite a lot of code to handle synching content and embeddings. The system I'm building runs in producti…
-
The following (reduced) C file gives shows some very odd behaviour, which we believe is caused by an issue in the SLP Vectorizer:
```c
extern __attribute__((__nothrow__)) int printf(const char *__…
-
First Approach:
1) Count number of words
2) Train Logistic Regression on this only
Second Approach:
1) Remove Stopwords
2) Count number of words
3) Train LR
Third Approach:
1) Remove…
-
In **bertopic/representation/_utils.py**, line 57, `tokenizer` is possibly `None`. In this case, an exception asking the user to explicitly set tokenizer should be raised.
```python
if doc_len…
-
Hey,
This is more a general question about the separation often cited between legality checks vs the features of a vectorizer (seen here, but also in Intel VPlan slides)
It is said _"RV does not p…
xoofx updated
6 years ago
-
**Describe the bug**
The bug occurs if a single sample in sparse-matrix format is given to a SVM classifier. The prediction made by the SVM classifier differs from batch prediction, which gives the c…
-
### How to reproduce this bug?
1. Set up a Kubernetes cluster using IPv6-only networking (e.g. modern EKS).
2. Attempt to deploy Weaviate using the [default configuration](https://weaviate.io/develo…
-
This kernel here:
https://gist.github.com/inducer/8f7cd72829c85acc1d3fcb9c4a5dae05
gets vectorized into full-width 256-bit vectors without a problem by both Intel CL and ispc. (Note how the workgrou…
-
I'm tiring to run Weaviate with docker using this compose file:
```
version: '3.4'
services:
weaviate:
command:
- --host
- 0.0.0.0
- --port
- '8080'
- --scheme
…
-
作者你好,我在执行你的源代码TFIDF_space.py的时候, tfidfspace.tdm = vectorizer.fit_transform(bunch.contents)这一行报错TypeError: cannot use a string pattern on a bytes-like object
使用你博客上面的代码,报错TypeError: 'builtin_function_…