You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a standalone API server, that receives topics or search phrases and get the topic out of it, search the topic index for the related topic, generates a curriculum for the topic and return a response to the request.
The Curriculum generator API endpoints can be used by:
Chat Btc
Bitcoin Search
And a web curriculum generation app
Flow thought process for curriculum generation
Make topics-index a submodule
Get topic input
Search the Topics-index to see the topic that matches
Search Elastic search to get the most relevant documents related to the topic
Display 3 - 5 topics links at references
Prompt ChatGPT to sort document titles returned from the topic search from ES by
Introduction, Concepts and benefits
Technical Aspects
Security considerations
Recommend a Previous, and Next topic to read for the user
The text was updated successfully, but these errors were encountered:
Curriculum Generator
It is a standalone API server, that receives topics or search phrases and get the topic out of it, search the topic index for the related topic, generates a curriculum for the topic and return a response to the request.
The Curriculum generator API endpoints can be used by:
Flow thought process for curriculum generation
The text was updated successfully, but these errors were encountered: