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)
- Host: GitHub
- URL: https://github.com/anirbanbasu/crux
- Owner: anirbanbasu
- License: apache-2.0
- Created: 2024-09-19T08:33:58.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-09T17:02:26.000Z (4 months ago)
- Last Synced: 2025-06-09T18:20:48.507Z (4 months ago)
- Topics: artificial-intelligence, large-language-models, llm, mhqa, multi-hop-question-answering, rag, retrieval-augmented-generation
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.python.org/downloads/release/python-3120/)
[](#)
[](https://github.com/anirbanbasu/crux/actions/workflows/python-linter-format-checker.yml)
![]()
# 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)