Ecosyste.ms: Timeline

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

timescale/pgai

alejandrodnm created a review comment on a pull request on timescale/pgai
The changelog I think will be created in projectts/pgai/CHANGELOG.md

View on GitHub

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

View on GitHub

jgpruitt created a review comment on a pull request on timescale/pgai
Should `install_vectorizer` use the distributable instead? I want to make sure the developer experience is as easy and understandable as possible so it's not a blocker for contributors.

View on GitHub

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

View on GitHub

jgpruitt created a review comment on a pull request on timescale/pgai
Initially, I tried to do everything solely in a Makefile, but many tasks were way too complex to deal with in make and stay sane. Then, I tried implementing those in a shell script called by make, ...

View on GitHub

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

View on GitHub

jgpruitt created a review comment on a pull request on timescale/pgai
```sql create or replace function ai.create_vectorizer ( source regclass , destination name default null , embedding jsonb default null , chunking jsonb default null , indexing jsonb default ...

View on GitHub

jgpruitt created a review comment on a pull request on timescale/pgai
`void`. there is no return

View on GitHub

jgpruitt created a review comment on a pull request on timescale/pgai
`void`. there is no return

View on GitHub

jgpruitt created a review comment on a pull request on timescale/pgai
This whole section is out of date, but I think it may be easier to merge as-is and then submit fixes.

View on GitHub

jgpruitt created a review comment on a pull request on timescale/pgai
```suggestion - Disabling a schedule does not delete the vectorizer or its configuration; it simply stops scheduling future executions of the job. ``` It won't stop currently running executio...

View on GitHub

jgpruitt created a review comment on a pull request on timescale/pgai
```suggestion These scheduling configuration functions are used as arguments to the `ai.create_vectorizer` function: ``` that's the only use

View on GitHub

jgpruitt created a review on a pull request on timescale/pgai
There are some areas that are out of date or need some clarification, but I think we can go ahead and merge first.

View on GitHub

jgpruitt created a review on a pull request on timescale/pgai
There are some areas that are out of date or need some clarification, but I think we can go ahead and merge first.

View on GitHub

jgpruitt created a review comment on a pull request on timescale/pgai
should we nest it under the pgai directory then? We also need a changelog for the extension, or some way to merge the two

View on GitHub

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

View on GitHub

billy-the-fish pushed 1 commit to vectorizer-doc-review timescale/pgai
  • chore: update for review comment. 68df599

View on GitHub

billy-the-fish pushed 1 commit to vectorizer-doc-review timescale/pgai
  • chore: update for review comment. abc875c

View on GitHub

alejandrodnm created a review comment on a pull request on timescale/pgai
No, it's just for changes that affect projects/pgai.

View on GitHub

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

View on GitHub

alejandrodnm created a review comment on a pull request on timescale/pgai
Makes sense, I'll update it

View on GitHub

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

View on GitHub

jgpruitt created a review comment on a pull request on timescale/pgai
The `id` of the vectorizer that was created.

View on GitHub

jgpruitt 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

jgpruitt created a review comment on a pull request on timescale/pgai
nit: this is a little vague and confusing. It might help to explain that the dict represents a database row, and that the Chunker will chunk one specified item within the dict.

View on GitHub

jgpruitt 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

jgpruitt created a review comment on a pull request on timescale/pgai
okay, I'm fine with it as-is

View on GitHub

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

View on GitHub

Load more