-
Hi there! I'm on an M1 mac and am trying to get up and running with txtai, starting with a simple script:
```
import txtai
embeddings = txtai.Embeddings()
embeddings.index(["Test", "Text"])
p…
-
I'm using the 52_Build_RAG_pipelines_with_txtai.ipynb example on an M2 MacBookPro on Python 3.11.9.
When executing the first cell to install the requirements, it fails to install the pipeline as the…
mp68 updated
4 months ago
-
### Have you already looked into this bug?
- [x] I have checked the [Troubleshooting Guide](https://devilbox.readthedocs.io/en/latest/support/troubleshooting.html)
- [x] I have checked [Release no…
-
![CleanShot 2024-08-22 at 00 16 57@2x](https://github.com/user-attachments/assets/c44a95d5-c4ef-4555-b1d6-e7e5ab9a16b6)
-
### Have you already looked into this bug?
- [X] I have checked the [Troubleshooting Guide](https://devilbox.readthedocs.io/en/latest/support/troubleshooting.html)
- [X] I have checked [Release no…
-
### Have you already looked into this bug?
- [ ] I have checked the [Troubleshooting Guide](https://devilbox.readthedocs.io/en/latest/support/troubleshooting.html)
- [ ] I have checked [Release notes…
-
Translation stopped working for me and I'm not sure what changed.
```python
from txtai.pipeline import Translation
# Create and run pipeline
translate = Translation()
translate("This is a tes…
-
Just like #646 I cannot create an instance of `Textractor`.
The following code from [examples/10_Extract_text_from_documents.ipynb](https://github.com/neuml/txtai/blob/master/examples/10_Extract_te…
-
Did something change on the HF Hub server side related to this? https://github.com/huggingface/huggingface_hub/pull/2405
It appears that the `modelId` while deprecated was still returning a value e…
-
Can anybody help me get txtai working on my M2 Mac?
I created a brand new conda environment, then `pip install txtai[all]`. Then I did `brew install libomp` and `export OMP_NUM_THREADS=1` but no j…