Ecosyste.ms: Timeline

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

timescale/pgai

Askir pushed 1 commit to jascha/fix-missing-else-in-default-scheduling timescale/pgai
  • chore: add test for default scheduling 22b4619

View on GitHub

JamesGuthrie created a review on a pull request on timescale/pgai
LGTM. There's a redundant return in the equivalent indexing function (which had the same problem as this, but a test caught and exposed it, so I fixed it - badly). Would be great if you could fi...

View on GitHub

Askir created a comment on a pull request on timescale/pgai
@alejandrodnm Are you fine with adding: ``` select ai.vectorizer_queue_pending(1) \watch ``` and ``` docker compose logs -f ``` In a troubleshooting section at the bottom? In a successful ...

View on GitHub

Askir created a review comment on a pull request on timescale/pgai
I like the separate compose up commands I think. Keeps things simple, and I can remove the `depends_on` then as well. I want to really get to that successful search-query in the least complex wa...

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 image version for vectorizer worker in docs 71e8c5b

View on GitHub

Askir created a review comment on a pull request on timescale/pgai
oh yes somehow I must have messed this up while copy pasting back and forth 😅

View on GitHub

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

Load more