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

Club vector embeddings + Pinecone seeding/testing logic #292

Conversation

michael-brennan2005
Copy link
Contributor

Description

Vector embeddings will be created/updated/deleted when a club is modified. This also adds a seed function on pineconeclient to bulk upload club data to a pinecone database.

Checklist

  • I have performed a self-review of my code
  • I have reached out to another developer to review my code
  • I have commented my code, particularly in hard-to-understand areas
  • New and existing unit tests pass locally with my changes

@garrettladley garrettladley requested review from a team, akshayd2020, ojn03, DOOduneye and garrettladley and removed request for a team February 27, 2024 01:51
return nil, err
}

indexHostSecret, err := mattress.NewSecret(fmt.Sprintf("https://%s", body.Host))

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of err is never used.
}

indexHostSecret, err := mattress.NewSecret(fmt.Sprintf("https://%s", body.Host))
indexNameSecret, err := mattress.NewSecret(newIndexName)

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of err is never used.
@garrettladley garrettladley deleted the SAC-31-Add-vector-embedding-to-CREATE-UPDATE-DELETE-for-Club branch April 7, 2024 18:27
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

Successfully merging this pull request may close these issues.

2 participants