-
Hello,
Great work on this project!
I'm the primary author of [txtai](https://github.com/neuml/txtai), an all-in-one embeddings database for semantic search, LLM orchestration and language model …
-
I think it might be a good idea to incorporate txtai with mlx.
https://github.com/ml-explore/mlx
I believe the experience on an Apple Silicon may be smoother than on other models of LLM with a t…
-
Hi @asg017 - Thank you for putting this library together. Storing and searching vectors directly in SQLite is a really important use case.
I believe you've come across [txtai](https://github.com/ne…
-
Hello,
As I was trying to work this into a Graph LLM Rag. I was thinking on doing some queries based on data type (example: node is a 'person', 'skill', ...).
The idea was to have a person A, id…
-
The HF documentation says that you can now export seq2seq to ONNX with the OnnxSeq2SeqConfigWithPast class.
https://huggingface.co/docs/transformers/v4.23.1/en/main_classes/onnx#onnx-configurations
…
-
I have the following workflow configuration with subindices for two different datasets.
workflow.yaml
```
writable: true
path: vector-database
embeddings:
content: true
defaults: false…
-
Hello, I am new to txtai and I want to know if I can have a list of results with the QA approach.
My code is:
```
context = ["The doctor administered a 7g dose of Acetarsol and a 16mg dose of I…
-
When running the first example on Google Colab [01_Introducing_txtai.ipynb](https://colab.research.google.com/github/neuml/txtai/blob/master/examples/01_Introducing_txtai.ipynb)
I am receiving the fo…
-
Hello, first off nice project!
I was thinking of supporting this library in [txtai](https://github.com/neuml/txtai) but I see it requires Python 3.10+.
Is there something in the code that requir…
-
I am doing this task where I am recommending products based on their reviews. To do that I am using your library and when I am creating the index, what I would like to know is whether there is a way t…