-
If don't use docker, and want integrate the pgmq into an existing postgresql db for my project only have one postgresql db resource.
Because the docker create a new and empty postgresql db which on…
-
provide a feature or tooling to allow a user to take embeddings from one table and make it such that pg_vectorize can manage those embeddings. for example, assume a user has a table already with a `co…
-
For SQS feature parity. Messages too old should be automatically deleted.
-
Hi, this project looks great! Are there any plans for a Ruby client?
-
add support for embeddings from:
- aws bedrock
- google vertex
- [azure ai](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/embeddings?tabs=console#how-to-get-embeddings)
- [voya…
-
`search_alg` is deprecated, in favor of [index_dist_type](https://github.com/tembo-io/pg_vectorize/blob/9e013e3c9c5702c982ca74415ff396074a744cb7/extension/src/api.rs#L22). Drop search_alg from the par…
-
Leandro boa noite, eu sou de Angola e sou apaixonado pelas tecnologias que tu fazes Angular e Java SpringBoot, gostaria tanto te adicionar em um projeto meu de gestão escolar. Gostaria tanto implement…
-
The `pgmq.metrics` function returns, in particular, the `queue_length` column (https://tembo-io.github.io/pgmq/api/sql/functions/#metrics) which is the total number of messages.
However, when all m…
-
`vectorize.search()` supports some limited filtering (the filtering happens after vector similarity search) by using the [where](https://github.com/tembo-io/pg_vectorize/blob/9e013e3c9c5702c982ca74415…
-
I would love pgmq to be able to create a message on a queue while specifiing, which cosumers need to have read the message. I think this should be realized by using another type of queue with metadata…