Embedding
Last edit: Aug 09, 2023
No description
type Embedding {
content: String
created_at: JSONDate!
embedding: [Float!]!
id: ID!
metadata: HashObject
token_count: Int
updated_at: JSONDate!
}
Fields
content
(String
)
original text that was converted to embedding
created_at
(JSONDate
)
timestamp of when the record was created, automatically generated by the system
embedding
(Float
)
vector with 1536 dimensions, compatible with openai embeddings
id
(ID
)
metadata
(HashObject
)
token_count
(Int
)
tokens
updated_at
(JSONDate
)
timestamp of when the record was updated, automatically generated by the system