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

Missing issue_label type #4

Open
meri-ddavis opened this issue Nov 8, 2024 · 0 comments
Open

Missing issue_label type #4

meri-ddavis opened this issue Nov 8, 2024 · 0 comments

Comments

@meri-ddavis
Copy link

When setting up the db in ingest.py, this line fails with the error "type 'issue_label' does not exist". I'm guessing the line to create that type is missing from init_sql

CREATE TABLE github_issue_summaries (
issue_id INTEGER,
text TEXT,
label issue_label NOT NULL,
repo_name TEXT,
embedding VECTOR(1536) NOT NULL
);

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