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

Commit

Permalink
cleanup generation pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty committed Sep 30, 2023
1 parent 6d45fc0 commit f877e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ poetry install -E <extra_name>

### Library of Phi Generation

The Library of Phi is a project sponsored by SciPhi which aims to democratize access to high quality textbooks. The Library is automatically generated by a pipeline which goes from Grounded Syllabi -> Table of Contents -> Textbooks. This multi-step process involves scraping the MIT OCW website, processing the scraped data, and generating configuration YAMLs and performing RAG over wikipedia.
The Library of Phi is a project sponsored by SciPhi which aims to democratize access to high quality textbooks. Currently, the library is generated with AI by a pipeline which goes from MIT OCW Course Webpages -> Syllabi -> Table of Contents -> Textbooks. This multi-step process involves scraping the MIT OCW website, processing the scraped data, generating configuration YAMLs, and performing RAG over wikipedia. LLMs are used throughout the pipeline to facilitate the data processing and generation.

To contribute to the Library of Phi generation, run with the following commands below:

Expand Down

0 comments on commit f877e5c

Please sign in to comment.