Implement llm metadata generator - #44
Open
AlitaBernachot wants to merge 54 commits into
Open
Conversation
AlitaBernachot
force-pushed
the
implement-llm-metadata-generator
branch
from
June 10, 2026 08:50
50c6677 to
c05e934
Compare
AlitaBernachot
force-pushed
the
implement-llm-metadata-generator
branch
from
June 24, 2026 09:35
606d94c to
d836d31
Compare
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
AlitaBernachot
force-pushed
the
implement-llm-metadata-generator
branch
from
June 25, 2026 09:31
c09a0fd to
5037eef
Compare
AlitaBernachot
force-pushed
the
implement-llm-metadata-generator
branch
2 times, most recently
from
June 25, 2026 13:03
4665d53 to
1abba9b
Compare
AlitaBernachot
force-pushed
the
implement-llm-metadata-generator
branch
from
June 25, 2026 13:07
1abba9b to
e0fd920
Compare
AlitaBernachot
force-pushed
the
implement-llm-metadata-generator
branch
from
June 29, 2026 11:32
bec2439 to
c496108
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds AI-powered metadata generation to the Datafeeder backend, allowing automatic enrichment of dataset metadata using LLMs. It introduces new configuration options, a dedicated API endpoint for triggering metadata generation, and integrates Phoenix observability for LLM tracing. The database schema is updated to support additional configuration storage, and the documentation is updated to guide users through enabling and using the AI features.
AI Metadata Generation Integration
docker/.envs-aifile and corresponding settings inSettings(AI_ENABLED,AI_PROVIDER, etc.). [1] [2] [3] [4]/llm/generate_metadata/{intlink_id}API endpoint to generate metadata suggestions for a dataset, with request/response models and error handling. [1] [2] [3]extra_configfield. [1] [2] [3] [4] [5] [6]Database and Model Changes
extra_configJSONB column to theintegrity_linktable for storing AI-related and other configuration.extra_configfield as appropriate. [1] [2]Observability and Development Enhancements
up-ai) for running the backend with Phoenix observability and AI extras, and enabled Phoenix tracing if configured. [1] [2] [3] [4] [5] [6]Configuration and Documentation
AI_ENV_FILE), and documented setup steps and security considerations in theREADME.md. [1] [2]These changes collectively enable optional, configurable AI-powered metadata enrichment in Datafeeder, with robust integration into the ingestion process and improved observability support.
Human edit
Some functionalities, out of scope, they have been removed. See edb76a4
To implement
