-
Is there a way I can set the address for my ollama endpoint to http://host.docker.internal:11434?
-
The latest version of NTLK introduced a few breaking changes in regards to the model downloading procedure. The build and examples should be updated to fix these.
-
I am not sure if i am doing it correct but looking at the various examples i was able to get the following code to try and get ollama embeddings into txtai but i keep getting an error. Here is a minim…
-
I'm not sure if I'm doing it correctly but using the following example:
```
data = [
"US tops 5 million confirmed virus cases",
"Canada's last fully intact ice shelf has suddenly…
-
I run the following codes:
```
import txtai
embeddings = txtai.Embeddings(path="neuml/pubmedbert-base-embeddings", content=True)
```
On both Jupyter lab and PyCharm, Jupyter lab encounters ke…
-
### Documentation Issue Description
This markdown table in `Multi Modal Vector Stores` section isn't rendered properly:
### Documentation Link
https://docs.llamaindex.ai/en/latest/module_guid…
-
reading:
* https://www.wsj.com/articles/chatgpt-heralds-an-intellectual-revolution-enlightenment-artificial-intelligence-homo-technicus-
technology-cognition-morality-philosophy-774331c6
* four…
-
I'm familiar with Langchain's RAG process. When I first encountered Txtai, however, I was a bit uneasy. As the author mentioned, not all steps require LLM participation, and many models can achieve go…
-
Trying to upsert multiple rows to an embeding instance , it sometimes errors out with
```
UNIQUE constraint failed: sections.indexid
```
After which no rows get upserted afterwards. How can w…
-
pip install txtai[all] does not work - or any other optional dependences. Error message is:
`zsh: no matches found: txtai[ann]
`
I find the same problem for the github install option:
pip inst…