Ali Tavallaie
Ali Tavallaie
@kilimchoi, Do I need to do anything else to merge my PR?
Hi @Soroushsrd, some of the test for python 3.9 and 3.10 failing, can you fix them?
not only embedding but also other things beside OLLAMA like calling api can help a lot, for example I can not use it with persian embedding and some other models.
can we change this > We do have support for Ollama (thanks to @destrex271) - but we are pretty light on documentation on using it is. > > https://github.com/tembo-io/pg_vectorize/blob/main/core/src/transformers/providers/ollama.rs can...
Let me try it
@palash25 please check #169 too. maybe your experience and attempt can help us with that issue too.
what is different between a project and a table? how about using multiple api if they have same embedding model? can we have different embedding columns? do you think it...
I suggest building a **simple secret manager** using Postgres with tools like [**pgcrypto**](https://www.postgresql.org/docs/current/pgcrypto.html) or [**pgsodium**](https://github.com/svenklemm/pgsodium) . The goal is to securely store sensitive information like API keys. Here’s the plan:...
we have some difficulty here, some LLMs limits their responsible embeddings with what they support, so I need to think about it.
I think there are two ways to do this: ### First Way: Using compatible_models as a Column We can add a `compatible_models `column to the `model_resource ` table: | Column...