-
Notifications
You must be signed in to change notification settings - Fork 116
/
Copy pathpage-index.js
42 lines (42 loc) · 1.46 KB
/
page-index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module.exports = [
{
title: "AI and Vector: pgai on Timescale",
href: "ai",
filePath: "index.md",
pageComponents: ["featured-cards"],
excerpt:
"Information about pgai on Timescale and how to use it.",
children: [
{
title: "Key vector database concepts",
href: "key-vector-database-concepts-for-understanding-pgvector",
excerpt: "Key concepts for working with pgvector data in PostgreSQL",
},
{
title: "SQL interface",
href: "sql-interface-for-pgvector-and-timescale-vector",
excerpt: "SQL interface for pgai, pgvector and pgvectorscale in PostgreSQL",
},
/*{
title: "Python interface",
href: "python-interface-for-pgvector-and-timescale-vector",
excerpt: "Python interface for pgai, pgvector, and pgvectorscale in PostgreSQL",
},
{
title: "LangChain integration",
href: "langchain-integration-for-pgvector-and-timescale-vector",
excerpt: "Integration of LangChain with pgvector and pgvectorscale",
},
{
title: "LlamaIndex integration",
href: "llamaindex-integration-for-pgvector-and-timescale-vector",
excerpt: "Integration of LlamaIndex with pgvector and pgvectorscale",
},
{
title: "Embed PostgreSQL data with PgVectorizer",
href: "pgvectorizer",
excerpt: "Create vector embeddings from PostgreSQL data with PgVectorizer",
},*/
],
},
];