An open API service indexing awesome lists of open source software.

https://github.com/anirbanbasu/crux

Multi-hop question answering (MHQA) with complex retrieval augmented generation (RAG)
https://github.com/anirbanbasu/crux

artificial-intelligence large-language-models llm mhqa multi-hop-question-answering rag retrieval-augmented-generation

Last synced: 4 months ago
JSON representation

Multi-hop question answering (MHQA) with complex retrieval augmented generation (RAG)

Awesome Lists containing this project

README

          

[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue?logo=python&logoColor=3776ab&labelColor=e4e4e4)](https://www.python.org/downloads/release/python-3120/)
[![Experimental status](https://img.shields.io/badge/Status-experimental-orange)](#)
[![Python linter and format checker with ruff](https://github.com/anirbanbasu/crux/actions/workflows/python-linter-format-checker.yml/badge.svg)](https://github.com/anirbanbasu/crux/actions/workflows/python-linter-format-checker.yml)


crux logo

# crux

TBA: a brief description of the project.

## Project status
Following is a table of some updates regarding the project status. Note that these status updates do not correspond to specific commits or milestones.

| Date | Status | Notes or observations |
|----------|:-------------:|----------------------|
| September 19, 2024 | active | Project started. |

## Roadmap

TBA

## Technology stack

TBA

## Installation

TBA

## Environment variables

TBA

## Usage (local)

TBA

## Usage (Docker)

TBA

## Frequenty asked questions (FAQ)

TBA

## Contributing

Install [`pre-commit`](https://pre-commit.com/) for Git and [`ruff`](https://docs.astral.sh/ruff/installation/). Then enable `pre-commit` by running the following in the directory where you cloned this repository.

```bash
pre-commit install
```
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/).

## Authors

- [@anirbanbasu](https://github.com/anirbanbasu)