You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2026. It is now read-only.
First, the PGAI vectorizer is a great tool for automating embedding in PostgreSQL. I am wondering, do you have a plan to take a further step, saying content_text => content_summary => content_embedding would be a common scenario.
What does the feature do?
a pgai vectorizer a-like tool, but to populate a summary from a long text via LLM
What problem does the new feature solve?
First, the PGAI vectorizer is a great tool for automating embedding in PostgreSQL. I am wondering, do you have a plan to take a further step, saying
content_text => content_summary => content_embeddingwould be a common scenario.What does the feature do?
a pgai vectorizer a-like tool, but to populate a summary from a long text via LLM
Implementation challenges
No response
Are you going to work on this feature?
None