https://github.com/redisinsight/ai_context_utility
https://github.com/redisinsight/ai_context_utility
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redisinsight/ai_context_utility
- Owner: RedisInsight
- Created: 2024-03-25T13:56:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T07:36:27.000Z (over 1 year ago)
- Last Synced: 2024-12-31T04:41:57.602Z (10 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI_context_utility
## Init + pull submodule
```git submodule update --remote --init```
## Install deps
```npm install```
## Build and run:
```npm run create_index c```
Example:
```npm run create_index redis://localhost:6379 beers ./out.json```
## Alternative build and then run
```npm run build```
and then
```node dist/src/create_index.js redis://localhost:6379 beers ./out.json```