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

Structured front matter v1 #2

Closed
mempirate opened this issue Jan 15, 2025 · 0 comments
Closed

Structured front matter v1 #2

mempirate opened this issue Jan 15, 2025 · 0 comments

Comments

@mempirate
Copy link
Owner

mempirate commented Jan 15, 2025

Each document should be converted to markdown (including tweets), that contain relevant YAML front matter to provide additional context. These headers could look different based on the content type:

Article

---
name: security-holes 
content-type: article
source: https://nakamotoinstitute.org/library/trusted-third-parties/
author: Nick Szabo
published: <UNIX_TIMESTAMP> // If exists
uploaded: <UNIX_TIMESTAMP>
tags: [article, trust, security]
---

Tweet

---
name: 
content-type: tweet
id: 1879571451621077413
quoted_tweets: [1874159800566825026]
replied_tweets: []
source: https://x.com/boltprotocol_/status/1879571451621077413
author: boltprotocol_
published: <UNIX_TIMESTAMP>
uploaded: <UNIX_TIMESTAMP>
tags: [article, trust, security]
---

Whether this will be useful to give the LLM more context, we'll see

@mempirate mempirate changed the title Structured document headings v1 Structured front matter v1 Jan 15, 2025
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