Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curriculum Generation #1

Open
elraphty opened this issue Nov 4, 2024 · 0 comments
Open

Curriculum Generation #1

elraphty opened this issue Nov 4, 2024 · 0 comments

Comments

@elraphty
Copy link
Contributor

elraphty commented Nov 4, 2024

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:

  • 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
@kouloumos kouloumos transferred this issue from bitcoinsearch/topics-index Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant