Skip to content

darkquasar/ragintel

Repository files navigation

ragintel

Release Status CI Status Documentation Status

Test

Features

  • TODO

Contribute and Test

Generating Dev Environment

Clone this Repo

git clone XXXXX

Install Mamba or Anaconda

Go to the Miniforge repo, download one of the installers and you are good to go!

Create Mamba Environment

mamba env create --file ragintel-mamba-env.yaml

Install required packages using Poetry

poetry install --with dev

Configure Git Pre-Commit Checks

git init
git config init.defaultBranch main
git config user.name "YourName"
git config user.email "[email protected]"

pre-commit install

git remote add origin git@github.com:darkquasar/ragintel.git
git add .
pre-commit run --all-files
git add .
git commit -m "Initial contribution commit"
git branch -M main
git push -u origin main

Destroying and Regenerating the Environment

To achieve this, we will destroy the Mamba virtual environment, then recreate it and add install all Poetry packages again

# Delete poetry.lock
del poetry.lock

# Deactivate your ragintel env
mamba deactivate

# Delete environment
mamba env remove -n ragintel

# Create ragintel Mamba env again
mamba env create --file ragintel-mamba-env.yaml

# Re-Install all packages using Poetry
poetry install --with dev

Installing for Embedchain JupyterNotebooks

Credits

This package was created with the Python Project Wizard Cookiecutter template.

About

Repo for testing new hunt and intel ideas with RAG

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published