-
Notifications
You must be signed in to change notification settings - Fork 4
/
marketplace.json
47 lines (47 loc) · 995 Bytes
/
marketplace.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
{
"app_name": "Alexis",
"description": "Information retrival using RediSearch an AI",
"hidden": false,
"rank": 21,
"type": "Full App",
"contributed_by": "Community",
"repo_url": "https://github.com/neurocode-io/alexis",
"download_url": "https://github.com/neurocode-io/alexis/archive/refs/heads/main.zip",
"hosted_url": "",
"quick_deploy": "false",
"language": [
"TypeScript"
],
"redis_commands": [
"HSET",
"XGROUPCREATE",
"XREADGROUP",
"XACK",
"AI.DIAGRUN",
"AI.MODELSET",
"FT.CREATE",
"FT.SEARCH",
"JSON.GET",
"JSON.SET"
],
"redis_features": [
"sessions",
"search",
"inference",
"json"
],
"redis_modules": [
"RedisJSON",
"RediSearch",
"RedisAI"
],
"youtube_url": "https://www.youtube.com/watch?v=c4OahbmV90M",
"special_tags": [
"Hackathon"
],
"verticals": [
"Technology",
"Education"
],
"markdown": "https://github.com/neurocode-io/alexis/blob/main/Readme.md"
}