Ecosyste.ms: Timeline

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

timescale/pgai

alejandrodnm pushed 5 commits to adn/polling-mode timescale/pgai
  • feat: add destination param to create_vectorizer c0052a6
  • fix: make destination second param + fix error msgs 43d5c79
  • Merge pull request #109 from timescale/jgpruitt/destination-param feat: add destination param to create_vectorizer cac43f4
  • ci: add py.typed file to pgai package (#117) 2abf043
  • feat: add polling mode to vectorizer cli - Introduced `--poll-interval` option to specify the wait time before che... d8843b3

View on GitHub

Tostino created a comment on an issue on timescale/pgai
Alright, have something working finally: https://github.com/Tostino/pgai/commit/6163939882de4074c1fa351a17a7a387d1247178 This moves things to use the async client and handles checking for cancel...

View on GitHub

maxrausch starred timescale/pgai
jgpruitt created a review comment on a pull request on timescale/pgai
If we want to go with docker compose, that's fine, but we need all the tooling to work with it. We should pick ONE way and support it fully. I don't want multiple ways that work slightly differentl...

View on GitHub

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

View on GitHub

Tostino opened an issue on timescale/pgai
OpenAI endpoints don't support canceling request
Using the latest development branch, I noticed in testing the OpenAI endpoints (chat_completion) that there is an issue with canceling the request if the user cancels the query for example. If a...
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
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

Load more