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

Askir created a review comment on a pull request on timescale/pgai
Since we now start the containers 1 by 1 I don't think we need this. Just bloats the example and makes a user have to understand a more complex compose. I also removed the `depends_on`.

View on GitHub

Askir 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
Also added this in the troubleshooting section 👍

View on GitHub

Askir created a review comment on a pull request on timescale/pgai
I like the split up `docker-compose up` so far, makes it simple and removes the need for depends_on etc. For logs I added this at the bottom in the troubleshooting section.

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 some review comments, add troubleshooting, etc. 9ca0be5

View on GitHub

alejandrodnm pushed 1 commit to adn/reveal-secrets timescale/pgai

View on GitHub

alejandrodnm pushed 1 commit to adn/reveal-secrets timescale/pgai

View on GitHub

alejandrodnm opened a draft pull request on timescale/pgai
Adn/reveal secrets
alejandrodnm created a branch on timescale/pgai

adn/reveal-secrets - Bring AI models closer to your PostgreSQL data

alejandrodnm created a review comment on a pull request on timescale/pgai
You can leave the depends_on , that way if you stop and restart everything, then the worker will wait for the DB to be ready to accept connections. Users will be fine, since data will be stored in ...

View on GitHub

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

View on GitHub

Askir deleted a branch timescale/pgai

jascha/fix-missing-else-in-default-scheduling

Askir pushed 1 commit to vectorizer timescale/pgai
  • fix: missing else in default scheduling (#154) * fix: missing else in default scheduling * chore: add test for de... 12cd5e4

View on GitHub

Askir closed 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: use string interpolation for set 3e71cfc

View on GitHub

Askir created a review comment on a pull request on timescale/pgai
Fixing it here: https://github.com/timescale/pgai/pull/154

View on GitHub

Askir 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
  • chore: remove redundant f string c2ef8e2

View on GitHub

Askir pushed 1 commit to jascha/fix-missing-else-in-default-scheduling timescale/pgai
  • chore: fix redundant return in indexing.sql 262f456

View on GitHub

smoya created a review comment on a pull request on timescale/pgai
Indeed `ai.scheduling_none()` should be the default for self hosted -> https://github.com/timescale/pgai/pull/89/commits/2e9046f4ebd3d79004bc5f45c5dcca84908efd4b#diff-5f65bc4a75b352eedf28c26480e845...

View on GitHub

smoya 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
  • 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

Load more