-
## Issue:
`ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (2,) + inhomogeneous part.` encountered dur…
-
### What is the issue?
I am using the ollama Python library for all the results I am getting.
As I create embeddings using ollama.embed() I get progressively worse embeddings as the batches are …
-
Hi, I recently re-ran a notebook for `zeroshot_topic_list` and got the `IndexError: list index our of range`
I fixed this by downgrading to 0.16.0
Full stacktrace:
```
--------------------------…
-
(nllp) MacBook-Air-3:lnlp user$ python main.py tests/test_data/data.csv
Welcome to the NLLP CLI!
Loaded data from tests/test_data/data.csv
1. Run a Topic Model
2. Run an Optimization routine fo…
-
This component was introduced in https://github.com/deepset-ai/haystack-core-integrations/pull/1178
It's pretty similar to [`TransformersSimilarityRanker`](https://docs.haystack.deepset.ai/docs/tra…
-
To implement encoding caching and updating based on changes in the vault.txt file, you can modify the code as follows:
python
```
import torch
from sentence_transformers import SentenceTransform…
-
![ChatLocalAI-APIError](https://github.com/FlowiseAI/Flowise/assets/31696332/aa1d3f27-5a51-4958-8fce-7ef0bfe5851b)
![flowise-error-log](https://github.com/FlowiseAI/Flowise/assets/31696332/57299e99…
-
I'm getting a `IndexError: tuple index out of range` when using new `backend` option `onnx` with model `distiluse-base-multilingual-cased`.
Interestingly I get a warning
```
Multiple ONNX files fou…
-
## Question
Hi @KonstantinosPetrakis, your project seems interesting!
In https://github.com/par-tec/esco-playground I achieve similar goals using different approaches:
1. use spacy NER to get…
-