Skip to content

Commit 586cb9e

Browse files
monikakusterivicac
authored andcommitted
1344 - docs - generated
1 parent f8dd739 commit 586cb9e

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
title: "Pinecone"
3+
description: "Pinecone is a vector database designed for efficient similarity search and storage of high-dimensional data, commonly used in machine learning and AI applications."
4+
---
5+
## Reference
6+
<hr />
7+
8+
Pinecone is a vector database designed for efficient similarity search and storage of high-dimensional data, commonly used in machine learning and AI applications.
9+
10+
11+
Categories: [artificial-intelligence]
12+
13+
14+
Version: 1
15+
16+
<hr />
17+
18+
19+
20+
## Connections
21+
22+
Version: 1
23+
24+
25+
### null
26+
27+
#### Properties
28+
29+
| Name | Type | Control Type | Description |
30+
|:--------------:|:------------:|:--------------------:|:-------------------:|
31+
| Open AI API Key | STRING | TEXT | The API key for the OpenAI API which is used to generate embeddings. |
32+
| Pinecone API Key | STRING | TEXT | The API key for the Pinecone API. |
33+
| Environment | STRING | TEXT | Pinecone environment. |
34+
| Project ID | STRING | TEXT | Pinecone project ID. |
35+
| Index Name | STRING | TEXT | Pinecone index name. |
36+
37+
38+
39+
40+
41+
<hr />
42+
43+
44+
45+
46+
47+
## Actions
48+
49+
50+
### Data Query
51+
Query data from a Pinecone vector store using OpenAI embeddings.
52+
53+
#### Properties
54+
55+
| Name | Type | Control Type | Description |
56+
|:--------------:|:------------:|:--------------------:|:-------------------:|
57+
| Query | STRING | TEXT | The query to be executed. |
58+
59+
60+
61+
62+
### Load Data
63+
Loads data into a Pinecone vector store using OpenAI embeddings.
64+
65+
#### Properties
66+
67+
| Name | Type | Control Type | Description |
68+
|:--------------:|:------------:|:--------------------:|:-------------------:|
69+
| Document Type | STRING | SELECT | The type of the document. |
70+
| JSON Keys to Use | [STRING] | ARRAY_BUILDER | Json keys on which extraction of content is based. If no keys are specified, it uses the entire JSON object as content. |
71+
| FILE_ENTRY | FILE_ENTRY |
72+
73+
74+
75+

0 commit comments

Comments
 (0)