diff --git a/docs/docs/integrations/vectorstores/xata.ipynb b/docs/docs/integrations/vectorstores/xata.ipynb index f9e62e9a1e..bfbf646fa6 100644 --- a/docs/docs/integrations/vectorstores/xata.ipynb +++ b/docs/docs/integrations/vectorstores/xata.ipynb @@ -30,7 +30,7 @@ "\n", "* `content` of type \"Text\". This is used to store the `Document.pageContent` values.\n", "* `embedding` of type \"Vector\". Use the dimension used by the model you plan to use. In this notebook we use OpenAI embeddings, which have 1536 dimensions.\n", - "* `search` of type \"Text\". This is used as a metadata column by this example.\n", + "* `source` of type \"Text\". This is used as a metadata column by this example.\n", "* any other columns you want to use as metadata. They are populated from the `Document.metadata` object. For example, if in the `Document.metadata` object you have a `title` property, you can create a `title` column in the table and it will be populated.\n" ] },