Use this file to discover all available pages before exploring further.
Back to Search AI connectors listJFrog Artifactory is a universal repository manager that supports multiple package formats such as Maven, PyPI, NPM, and more. It enables organizations to manage both internal and external artifacts efficiently by providing centralized control, build metadata tracking, fine-grained access, and integration with DevOps tools.The JFrog connector lets Search AI index artifacts and retrieve metadata from JFrog repositories, making it an effective integration point in RAG-based solutions.
After a successful connection, Search AI ingests all artifacts from the repositories and projects linked to the authenticated account. Each artifact is processed as a distinct document with the following fields:
Field
Description
doc_source_type
Type of content ingested. Value: Artifact
content
Metadata associated with the artifact
repository_name
Name of the repository where the artifact is stored
project_name
Name of the project the artifact is associated with
Each artifact in JFrog is linked to a project via a unique Project ID.
This Project ID is stored in the RACL field of the ingested data.
Associate users with the relevant Project ID using the Permission Entity APIs. Users added to these permission entities gain access to artifacts associated with that project.