vector_store

-1 rows


Description

Content snippets and embeddings for use as context in Ask Terraware LLM prompts. This table is used by the Spring AI vector store library, and its structure needs to match what the library expects.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 uuid_generate_v4()
content text 2147483647 null
metadata jsonb 2147483647 null
embedding vector 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
vector_store_pkey Primary key Asc id
vector_store_embedding_idx Performance Asc embedding
vector_store_expr_idx Performance

Relationships