Skip to content

Commit

Permalink
publish jina.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Mar 26, 2024
1 parent e695e7c commit c677939
Show file tree
Hide file tree
Showing 14 changed files with 3,710 additions and 0 deletions.
152 changes: 152 additions & 0 deletions sdks/db/cached-method-objects/from-custom-request_jina.ai.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
hash: 96399bc7fcb32c5e85bb6e35881574193359371381eb5417a0a29dca5d4a2f0b
methodObjects:
- url: /v1/embeddings
method: createRepresentation
httpMethod: post
tag: embeddings
typeScriptTag: embeddings
description: Create Embedding
parameters: []
responses:
- statusCode: '200'
description: Output of the embedding service
- statusCode: '422'
description: ''
- url: /v1/bulk-embeddings
method: uploadFileAndGetEmbeddings
httpMethod: post
tag: bulk-embeddings
typeScriptTag: bulkEmbeddings
description: Start Bulk Embedding
parameters:
- name: file
schema: string
required: true
description: ''
example: FILE
- name: email
schema: string
required: false
description: ''
- name: model
schema: string
required: true
description: ''
example: MODEL
responses:
- statusCode: '200'
description: ''
- statusCode: '422'
description: ''
- url: /v1/bulk-embeddings/{job_id}
method: getJob
httpMethod: get
tag: bulk-embeddings
typeScriptTag: bulkEmbeddings
description: Retrieve Job
parameters:
- name: jobId
schema: string
required: true
description: ''
example: JOB_ID
responses:
- statusCode: '200'
description: ''
- statusCode: '422'
description: ''
- url: /v1/bulk-embeddings/{job_id}/download-result
method: downloadResultPost
httpMethod: post
tag: bulk-embeddings
typeScriptTag: bulkEmbeddings
description: Download Result
parameters:
- name: jobId
schema: string
required: true
description: ''
example: JOB_ID
responses:
- statusCode: '200'
description: ''
- statusCode: '422'
description: ''
- url: /v1/rerank
method: pairRanking
httpMethod: post
tag: rerank
typeScriptTag: rerank
description: Rank
parameters:
- name: model
schema: string
required: true
description: ''
example: MODEL
- name: query
schema: undefined
required: true
description: ''
- name: documents
schema: undefined
required: true
description: ''
- name: top_n
schema: integer
required: false
description: ''
- name: return_documents
schema: boolean
required: false
description: ''
default: true
responses:
- statusCode: '200'
description: Output of the embedding service
- statusCode: '422'
description: ''
- url: /v1/multi-embeddings
method: generateEmbeddings
httpMethod: post
tag: multi-embeddings
typeScriptTag: multiEmbeddings
description: Create Multi Embeddings
parameters:
- name: model
schema: string
required: true
description: ''
example: MODEL
- name: input
schema: undefined
required: true
description: ''
- name: input_type
schema: string
required: false
description: ''
default: document
- name: encoding_format
schema: string
required: false
description: ''
responses:
- statusCode: '200'
description: Output of the embedding service
- statusCode: '422'
description: ''
- url: /
method: checkStatus
httpMethod: get
tag: health
typeScriptTag: health
description: Get the health of Universal API service
parameters: []
responses:
- statusCode: '200'
description: >-
Pydantic BaseModel for Jina health check, used as the response model
in REST app.
numberOfSchemas: 20
apiDescription: This is the UniversalAPI to access all the Jina embedding models
1 change: 1 addition & 0 deletions sdks/db/category-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,4 @@ apis:
HiBob-undefined: HR Talent & Recruitment
intelliHR-undefined: HR Talent & Recruitment
InducedAI-undefined: AI Tools
Jina AI-undefined: AI Tools
1 change: 1 addition & 0 deletions sdks/db/custom-request-last-fetched.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,4 @@ lastUpdated:
hibob.com: 2024-03-26T06:54:43.640Z
intellihr.com: 2024-03-26T07:08:24.035Z
induced.ai: 2024-03-26T07:54:57.246Z
jina.ai: 2024-03-26T08:04:32.057Z
Loading

0 comments on commit c677939

Please sign in to comment.