gen_ai_hub.document_grounding.client
index
/home/jenkins/agent/workspace/ation_generative-ai-hub-sdk_main/gen_ai_hub/document_grounding/client.py

Client module for Document Grounding API.
 
This module provides convenient imports for all Document Grounding API clients
and their associated constants. It serves as the main entry point for accessing
Pipeline, Retrieval, and Vector API functionality.
 
Exported clients:
    - PipelineAPIClient: Client for managing document vectorization pipelines
    - RetrievalAPIClient: Client for retrieval operations across data repositories
    - VectorAPIClient: Client for vector collection management and semantic search
 
Exported constants:
    - PATH_DOCUMENT_GROUNDING: Base path for document grounding endpoints
    - PATH_DOCUMENT_GROUNDING_PIPELINES: Path for pipeline endpoints
    - PATH_DOCUMENT_GROUNDING_RETRIEVAL: Path for retrieval endpoints
    - PATH_DOCUMENT_GROUNDING_VECTOR: Path for vector endpoints

 
Data
        PATH_DOCUMENT_GROUNDING = '/lm/document-grounding/pipelines'
PATH_DOCUMENT_GROUNDING_PIPELINES = '/lm/document-grounding/pipelines'
PATH_DOCUMENT_GROUNDING_RETRIEVAL = '/lm/document-grounding/retrieval'
PATH_DOCUMENT_GROUNDING_VECTOR = '/lm/document-grounding/vector'