https://github.com/appbaseio/ai-scripts
https://github.com/appbaseio/ai-scripts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/appbaseio/ai-scripts
- Owner: appbaseio
- Created: 2023-04-13T06:57:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T00:19:06.000Z (about 2 years ago)
- Last Synced: 2024-06-27T00:08:24.535Z (about 2 years ago)
- Language: Python
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Scripts
This repo contains various utility scripts to use AI to refresh an users index.
These scripts can be run by a one-click script provided in the repo. The [get-ai-script.py](./get-ai-script.py) will take care of pulling the correct script, verifying the dependencies and running it as well.
## Supported Scripts
As of now, the following scripts are supported
| Name | Description | Key | Details |
| -------------------------- | ---------------------------------------- | ---------- | ----------------------------------------- |
| kNN indexing Script | Re-Index the data with vector injection | `knn` | [Read more here](./knn_reindex/README.md) |
| Metadata Enrichment Script | Enrich the dataset by injecting metadata | `metadata` | [Read more here](./metadata/README.md) |
**Get started with the script by doing the following**
> Based on the script needed, pass the Key from the above table in place of ``
```sh
curl -s https://raw.githubusercontent.com/appbaseio/ai-scripts/master/get-ai-script.py --output get-ai.py && python3 get-ai.py ""
```