-
Notifications
You must be signed in to change notification settings - Fork 6
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
LLM Data Ingestion into Editable Table #6
Comments
LGTM 👍 Which Database should we use? I think Postgres is the simplest choice because it's so widely used, and has generic-enough text querying capabilities to do what we want. To make it simpler we can use a hosted solution for Postgres. I've heard good things about Neon, but we could also go with Supabase which I think is more popular. My suggestion is to go with Supabase using Postgres |
I am good with your suggestion on the tech side. Do you know what we need to get us off the ground monetarily? |
Looks like $25/month should get us to a point where if we need to pay more than $25, that is a good problem to have! |
I can get that set up
…On Thu, Oct 24, 2024 at 8:30 AM Alex Melville ***@***.***> wrote:
Looks like $25/month should get us to a point where if we need to pay more
than $25, that is a good problem to have!
https://supabase.com/pricing
image.png (view on web)
<https://github.com/user-attachments/assets/e629deb9-2331-47f4-abea-62f596ed9d3a>
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BL5APYXS5LOZEDVUWOWTF43Z5EHAPAVCNFSM6AAAAABQI6QTXKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZVGYYTGNBYGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Title: Ingest LLM Data into Editable Table
Description: Develop a data ingestion pipeline to store new headlines and associated metadata in a structured, easily editable table.
Dependencies: #4
Tasks:
1. Create a database table with fields: URL, old headline, new headline, model used, prompt identifier, date, and time of action.
2. Build an ingestion pipeline to store LLM-generated headlines and metadata.
3. Implement edit functionality for easy updates to any field.
4. Include logging for all data ingestion activities.
Acceptance Criteria:
• Database table is correctly set up with all specified fields.
• Data is ingested accurately and is easily editable.
• Successful logging of all ingestion activities and changes.
Priority: High
Labels: Database, Backend, Data Ingestion, MVP
The text was updated successfully, but these errors were encountered: