Discord app that enhances the search feature and utilizes LLMs to create documentation of anything related to the project info discussed in channels
Requirements:
- Python >= 3.13
- Poetry >= 2.1.0
Installing Poetry via pip:
pip install poetrypoetry config virtualenvs.in-project true
poetry env activate
poetry installpoetry run pre-commit run -apoetry run pytestpoetry run uvicorn main:app --reload