Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 359 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 359 Bytes

knowledge-hub

Knowledge hub is an RAG based POC for indexing web pages and then being able to lookup content in the document corpus.

The project is segregated into ingestion and app. Where the former is written in Python and is responsible for adding web pages to the document store, while the latter provides a web interface to serch the document store.