Skip to content

Instantly share code, notes, and snippets.

@juarezjuniorgithub
Last active February 25, 2025 13:54
Show Gist options
  • Save juarezjuniorgithub/18090c970995a40f6c5b1b2eeb309b11 to your computer and use it in GitHub Desktop.
Save juarezjuniorgithub/18090c970995a40f6c5b1b2eeb309b11 to your computer and use it in GitHub Desktop.
Default embedding table columns - OracleEmbeddingStore
Name Type Description
id VARCHAR(36) Primary key. Used to store UUID strings which are generated when the embedding store
embedding VECTOR(*, FLOAT32) Stores the embedding
text CLOB Stores the text segment
metadata JSON Stores the metadata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment