Skip to content

Commit

Permalink
Merge pull request #66 from opendatadiscovery/feature/65_Add_DataEnti…
Browse files Browse the repository at this point in the history
…tyType_VECTOR_STORE_and_Type_TYPE_VECTOR_to_facilitate_vector_stores

Vector store capabilities
  • Loading branch information
RamanDamayeu authored Nov 8, 2023
2 parents edef937 + e35f927 commit 801607a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specification/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ components:
- TYPE_UNION
- TYPE_DURATION
- TYPE_REFERENCE
- TYPE_VECTOR
- TYPE_UNKNOWN
logical_type:
type: string
Expand Down Expand Up @@ -544,6 +545,7 @@ components:
- DATABASE_SERVICE
- API_SERVICE
- KAFKA_SERVICE
- VECTOR_STORE

MetadataExtension:
type: object
Expand Down
2 changes: 2 additions & 0 deletions specification/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ DataSetFieldType:
- TYPE_MAP
- TYPE_UNION
- TYPE_DURATION
- TYPE_REFERENCE
- TYPE_VECTOR
- TYPE_UNKNOWN
logical_type:
type: string
Expand Down

0 comments on commit 801607a

Please sign in to comment.