LangChain Reference home page
Search...
āK
Ask AI
GitHub
Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
āI
LangChain Assistant
New
History
Ask a question to get started
Enter
to send
ā¢
Shift+Enter
new line
Menu
Navigation
Projects
Anthropic
AWS
Cloudflare
DeepSeek
Google
Node
Google Common
Google GAuth
Google GenAI
Google Vertex AI
Google Vertex AI Web
Google WebAuth
Groq
Mistral AI
MongoDB
Ollama
OpenAI
OpenRouter
Redis
xAI
Language
Python
JavaScript
Theme
Light
Dark
JavaScript
@langchain/google-cloud-sql-pg
VectorStoreTableArgs
Interface
latest
ā
Since v1.0
VectorStoreTableArgs
Copy
interface
VectorStoreTableArgs
Used in Docs
Google cloud SQL for postgresql integration
Properties
View source on GitHub
Version History
property
contentColumn
:
string
property
embeddingColumn
:
string
property
embeddingColumnType
:
"vector"
|
"halfvec"
|
"bit"
|
"sparsevec"
property
idColumn
:
string
|
Column
property
metadataColumns
:
Column
[]
property
metadataJsonColumn
:
string
property
overwriteExisting
:
boolean
property
schemaName
:
string
property
storeMetadata
:
boolean