-
Perhaps this isn't a bug, per se, but there seem to be various dependencies that are pinned to outdated versions.
For example, throughout the codebase you seem to be using Tika `1.24.1`, which was…
-
Searching an embeddings index, like demoed in the first txtai example, seems to lead to a segmentation fault on Apple Silicon hardware. This is the script I'm executing:
```python
from txtai.embed…
-
Hi, I wanted to install haystack with poetry:
```sh
poetry add ./vendors/haystack -E ocr -E preprocessing -E docstores
```
however I get an error:
```
KeyError
Package('weaviate-cl…
-
When I run the following code in a local conda environment from a jupyter notebook:
```
%%bash
pip install --upgrade pip
pip install git+https://github.com/deepset-ai/haystack.git#egg=farm-hay…
-
## Summary
Setting a `serverEndpoint` different from `localhost` throws an exception. See the snippet below:
```python
import tika
from tika import parser
tika.TikaClientOnly = True
result =…
-
I tired to do this but it giving me and warning and showing me this error and can not fetch anything
util.py:275: UserWarning: [W031] Model 'en_training' (0.0.0) requires spaCy v2.2 and is incompat…
-
Hello all:
I got the following error:
`TikaServerProcess = Popen(cmd_string, stdout=logFile, stderr=STDOUT, shell=True, preexec_fn=os.setsid)
AttributeError: module 'os' has no attribute 'setsid'…
-
Hi
This error comes after a file is processed, beacuse of this error django_q_task table is not updating. In admin panel I can see files to be processed in the Queued tasks but after a file is proc…
-
**Describe the bug**
- `pip install -U farm-haystack` does not trigger schema generation
**Error message**
- The file will be silently not generated
- At the first attempt to load a pipeline, it…
-
When trying to extract the text from a PDF, I get an exception.
## Environment
Which environment were you using when you encountered the problem?
```bash
$ python -m platform
Linux-5.4.0-11…