Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

timescale/pgai

Askir created a review on a pull request on timescale/pgai

View on GitHub

jgpruitt created a review on a pull request on timescale/pgai

View on GitHub

Askir pushed 1 commit to jascha/fix-missing-else-in-default-scheduling timescale/pgai
  • fix: missing else in default scheduling 3871861

View on GitHub

jgpruitt created a review on a pull request on timescale/pgai
Run 'make build' so that the ai--0.4.0.sql is updated with the change too

View on GitHub

Askir opened a pull request on timescale/pgai
fix: missing else in default scheduling
Askir pushed 1 commit to jascha/fix-missing-else-in-default-scheduling timescale/pgai
  • fix: missing else in default scheduling 921f018

View on GitHub

Askir created a branch on timescale/pgai

jascha/fix-missing-else-in-default-scheduling - Bring AI models closer to your PostgreSQL data

alejandrodnm created a review comment on a pull request on timescale/pgai
We can tell them to run: ``` select ai.vectorizer_queue_pending(1) \watch ``` To monitor how many pending items are left. When the query returns `0` then they can proceed.

View on GitHub

alejandrodnm created a review comment on a pull request on timescale/pgai
If we go this route we need to tell them that if they want to see the logs use ``` docker compose logs -f ``` Just in case something goes wrong they can have the logs.

View on GitHub

alejandrodnm created a review comment on a pull request on timescale/pgai
This can be solve by starting first the db with `docker compose up -d db`, and at this point we run `docker compose up -d pgai-vectorizer-worker`.

View on GitHub

alejandrodnm created a review comment on a pull request on timescale/pgai
I'd add `name: pgai` so that we can assume `pgai-` will be the prefix for all the containers.

View on GitHub

alejandrodnm created a review comment on a pull request on timescale/pgai
We should add a command to connect directly, for those that don't have a preference or any program installed. If we set `name: pgai`, then we can connect to the db with: ``` docker exec -it pga...

View on GitHub

alejandrodnm created a review comment on a pull request on timescale/pgai
If you implement the healthcheck, then change this to: ``` depends_on: db: condition: service_healthy ```

View on GitHub

alejandrodnm created a review comment on a pull request on timescale/pgai
We should add the command that starts the docker-compose. We can also start just the db with `docker compose up -d db`, let the user run through al the setup. Then tell them to run `docker comp...

View on GitHub

alejandrodnm created a review comment on a pull request on timescale/pgai
Add a `healthcheck` like in https://github.com/timescale/pgai/pull/113/files#diff-facaded51b7d1c9656ae43b449b69aa398fee9129321a0001d97048c00c8cc1cR9-R15 so that the other container starts when this...

View on GitHub

alejandrodnm created a review comment on a pull request on timescale/pgai
let call this `pgai-vectorizer-worker`

View on GitHub

alejandrodnm created a review comment on a pull request on timescale/pgai
We only have available `timescale/pgai-vectorizer-worker:0.1.0rc4`

View on GitHub

alejandrodnm created a review on a pull request on timescale/pgai

View on GitHub

Askir created a review comment on a pull request on timescale/pgai
This is a bug in the new version I assume.

View on GitHub

Askir created a review comment on a pull request on timescale/pgai
There is a bit of a problem where this query will return empty results if the worker hasn't run yet. I think I will add to the compose that the cli runs every 5 seconds for this tutorial. Right no...

View on GitHub

Askir created a review comment on a pull request on timescale/pgai
This is quite ugly, can we change the CLI so that it works even if pgai is not installed and there is no vectorizer yet? logging a warning/error is fine but the container crashing is at least for t...

View on GitHub

Askir created a review on a pull request on timescale/pgai

View on GitHub

Askir pushed 1 commit to jascha/selfhosted-quickstart timescale/pgai
  • chore: fix in docs what didn't work first try 4117db2

View on GitHub

Askir pushed 1 commit to jascha/selfhosted-quickstart timescale/pgai
  • chore: update docker image fe6e361

View on GitHub

Askir opened a pull request on timescale/pgai
chore: add self hosted quick start
Askir created a branch on timescale/pgai

jascha/selfhosted-quickstart - Bring AI models closer to your PostgreSQL data

Askir created a review comment on a pull request on timescale/pgai
How do you use this function on cloud right now? Would you have to provide they api key as a parameter?

View on GitHub

Askir created a review on a pull request on timescale/pgai

View on GitHub

Askir pushed 9 commits to self-hosted-docs-improvements timescale/pgai
  • feat: use commands for scoping the cli Instead of the cli running directly the vectorizer worker, the worker has bee... 2616a0a
  • chore: release pgai container to dockerhub a0ee182
  • chore: Add release notes for 0.4.0 of extension Co-authored-by: Iain Cox <[email protected]> Signed-off-by: John Pr... 2c63cbf
  • chore: last things. e194462
  • fix: make better defaults for indexing, scheduling, grants (#152) * fix: make better defaults for indexing, scheduli... 2e9046f
  • chore: separate linter/formatter settings 0a8fdff
  • Merge remote-tracking branch 'origin/vectorizer' into self-hosted-docs-improvements 90322f4
  • chore: Remove out of place vectorizer call f4f4b1a
  • chore: remove API key validity check db03989

View on GitHub

billy-the-fish pushed 1 commit to self-hosted-docs-improvements timescale/pgai

View on GitHub

Load more