-
I get an error
"ModuleNotFoundError: No module named 'txtai.pipeline'"
when importing from txtai.pipeline import Textractor from this example
https://colab.research.google.com/github/neuml/tx…
-
I noticed the agent was working on the code and the file got bigger, and bigger, say 3k, then 6k, then 9k.
...Then at some point the file was 2 or 3k again. **Basically the agent just deleted everyth…
-
This might be a very trivial question, but where are HuggingFace `Embeddings` models stored? For instance, where are the `model..safetensors` and the other files pulled from `sentence-transformers/nli…
-
Look at this page :
https://github.com/neuml/txtai/blob/master/examples/30_Embeddings_SQL_custom_functions.ipynb
when to support Embeddings_SQL like this
`select
text,
translation(tex…
-
Things that affect RAG performance:
- Text Splitting
- ...
```[tasklist]
### Tasks
```
-
Dear community
Thank you for sharing your interesting code!
I am running ubuntu20 on iMac (2014) using as GPU:
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Tonga XT / Amethys…
-
## Environment
- txtai version: 6.2.0
- whisper version:
- Python version: 3.11.5
- Operating System:
Description: Linux Mint 21.2
Release: 21.2
Codename: victoria
## Desc…
-
I'm building the Textractor example in VS Code, running inside a conda virtual environment. I get the following error when attempting the line
`textractor = Textractor()`
```
Traceback (most re…
-
When i run the code block below, it gives error :
`from txtai.pipeline import Textractor`
`textractor = Textractor()`
ImportError: Textractor pipeline is not available - install "pipeline" e…
-
This looks very promising and comes with a great timing as I was checking txtai and graphrag over the last few days.
However, I can't run in on my Mac M2 Pro as it says:
```
WARNING: The reques…