-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.45 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "strapi-plugin-open-ai-embeddings",
"version": "1.0.10",
"description": "Create embeddings with LangChain, Open Ai and Pinecone.",
"strapi": {
"name": "open-ai-embeddings",
"description": "Create embeddings with LangChain, Open Ai and Pinecone.",
"kind": "plugin",
"displayName": "Open AI Embeddings"
},
"repository": {
"type": "git",
"url": "https://github.com/PaulBratslavsky/strapi-plugin-open-ai-embeddings"
},
"dependencies": {
"@pinecone-database/pinecone": "^0.1.6",
"@strapi/design-system": "^1.6.3",
"@strapi/helper-plugin": "^4.6.0",
"@strapi/icons": "^1.6.3",
"@uiw/react-md-editor": "^3.23.3",
"langchain": "^0.0.106",
"prop-types": "^15.7.2",
"qs": "^6.11.2",
"react-markdown": "^8.0.7",
"rehype-sanitize": "^5.0.1"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6"
},
"peerDependencies": {
"@strapi/strapi": "^4.11.4"
},
"author": {
"name": "Paul Bratslavsky",
"email": "[email protected]",
"url": "https://www.youtube.com/channel/UCUHcdOLc0iVDc3qi1axYKzQ"
},
"maintainers": [
{
"name": "Paul Bratslavsky",
"email": "[email protected]",
"url": "https://www.youtube.com/channel/UCUHcdOLc0iVDc3qi1axYKzQ"
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}