-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add Embeddings Of Code #74
Comments
Extend the "GitHubFileFetcher" here https://github.com/octaviuslabs/walter/blob/main/src/gh.ts#L14 to pull down a typescrpt file, parse all of the functions using the typescript compiler and generates code embeddings of that data using the openai embeddings endpoint. Just log the embeddings for now. |
Queued for processing... |
To extend the
Here's the pseudocode:
Replace the |
Fill in the functions. Just respond with the psudocode |
Queued for processing... |
Here's the pseudocode with the functions filled in:
Replace |
Queued for processing... |
Processing this now |
No description provided.
The text was updated successfully, but these errors were encountered: