Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 1.58 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.58 KB

Python lint CodeQL Deploy mdBook site to Pages

Too Long, Didn't Read, Let's Chat (TLDRLC)

Too Long Didn't Read Let's Chat (TLDRLC) is a chatbot prototype that allows a user to chat with a large language model (LLM) about various data sources. This chatbot utilises retrieval augmented generation (RAG) backed by knowledge graph and semantic search indices.

To read the project documentation, install mdbook and run mdbook serve docs/, which will make the web-based documentation available at http://localhost:3000/.

Support

Use the issue tracker to report bugs or request feature enhancements. You can also use the discussions to discuss matters other than bug reports and feature requests.

Contributing

You can contribute fixes or new ideas using pull requests.

License

Apache License, Version 2.0, January 2004. See: http://www.apache.org/licenses/.

Project status

Status as of 2024 September 15: archived. The project will not be developed any further. Other future project(s) will explore more advanced RAG.