Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redisinsight/ai_context_utility
https://github.com/redisinsight/ai_context_utility
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/redisinsight/ai_context_utility
- Owner: RedisInsight
- Created: 2024-03-25T13:56:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T07:36:27.000Z (9 months ago)
- Last Synced: 2024-11-08T07:18:23.607Z (2 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```