Ecosyste.ms: Timeline

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

timescale/pgai

billy-the-fish created a review on a pull request on timescale/pgai

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
The postgres docs say input is not actually reserved so we can use it just fine as far as I understand

View on GitHub

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

View on GitHub

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

View on GitHub

billy-the-fish created a review comment on a pull request on timescale/pgai
Removed

View on GitHub

billy-the-fish created a review on a pull request on timescale/pgai

View on GitHub

billy-the-fish created a review comment on a pull request on timescale/pgai
Removed

View on GitHub

billy-the-fish created a review on a pull request on timescale/pgai

View on GitHub

billy-the-fish pushed 1 commit to vectorizer-naming-update timescale/pgai
  • Apply suggestions from code review Co-authored-by: Jascha Beste <[email protected]> Signed-off-by: Iain Cox <iai... 8576156

View on GitHub

cevian created a review comment on a pull request on timescale/pgai
```suggestion , chat_options jsonb default null ```

View on GitHub

cevian created a review comment on a pull request on timescale/pgai
```suggestion , embedding_options jsonb default null ```

View on GitHub

cevian created a review comment on a pull request on timescale/pgai
```suggestion , input_text text ```

View on GitHub

cevian created a review comment on a pull request on timescale/pgai
```suggestion , openai_user text default null ```

View on GitHub

cevian created a review comment on a pull request on timescale/pgai
```suggestion , openai_user text default null ```

View on GitHub

cevian created a review comment on a pull request on timescale/pgai
```suggestion , input_vector int[] ```

View on GitHub

cevian created a review comment on a pull request on timescale/pgai
```suggestion , openai_user text default null ```

View on GitHub

cevian created a review comment on a pull request on timescale/pgai
```suggestion , inputs text[] ```

View on GitHub

cevian created a review comment on a pull request on timescale/pgai
```suggestion , openai_user text default null ```

View on GitHub

cevian created a review comment on a pull request on timescale/pgai
```suggestion , input_text text ```

View on GitHub

cevian created a review on a pull request on timescale/pgai
Let's try to avoid reserved keywords

View on GitHub

Askir closed a pull request on timescale/pgai
chore: improve docs for self hosting
I ran into a bunch of little issues trying out the self hosted vectorizer. These changes should make it a little easier for the next person to go through this.
Askir created a review comment on a pull request on timescale/pgai
```suggestion embedding <=> ai.openai_embed(...) as distance ``` Since we are now adding secret fetching to cloud we can do the openai embedding call here. This is much nicer because it all...

View on GitHub

Askir created a review comment on a pull request on timescale/pgai
```suggestion ``` What is this call of vectorizer for here? The `vectorizer.md` explains the SQL vectorizer interface. It has nothing to do with the worker and calling it here is not necessary an...

View on GitHub

Askir created a review comment on a pull request on timescale/pgai
This file is a bit confusing now, it previously only covered the python vectorizer worker and now also contains database hosting? Is it supposed to be just a general self hosting guide? Then I thin...

View on GitHub

Askir created a review comment on a pull request on timescale/pgai
```suggestion in your database. To quickly try out embeddings using a pre-built Docker developer environment, see the [Vectorizer quick start](/docs/vectorizer-quick-start.md). For a more detail...

View on GitHub

Askir created a review comment on a pull request on timescale/pgai
Is this shell output relevant? We don't have it for starting the db container, I think it just bloats the tutorial a bit. As a user I might skim through the steps of such a quick start and if it l...

View on GitHub

Askir created a review comment on a pull request on timescale/pgai
Imo not relevant, same argument as previous comment. It just delays the aha effect of the next step.

View on GitHub

Askir created a review comment on a pull request on timescale/pgai
```suggestion 1. **Create a `blog` table with the following schema** ```

View on GitHub

Askir created a review comment on a pull request on timescale/pgai
Not a big fan of making people jump around different pages so much. I liked it more when the compose was in here. I also think the compose should not be used for anything else, its way too minimal ...

View on GitHub

Load more