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

Request for Dense Retrieval Implementation Details #3

Open
noahdenicola opened this issue Jan 8, 2025 · 0 comments
Open

Request for Dense Retrieval Implementation Details #3

noahdenicola opened this issue Jan 8, 2025 · 0 comments

Comments

@noahdenicola
Copy link

Hi team,

Thank you for releasing REPOCOD and providing the inference code example.

I'm interested in reproducing the dense retrieval mechanism that uses text-embedding-3-small. The current example only uses the "current file" context approach, I was hoping to reproduce results with the dense retrieval method as well.

Would it be possible to:

  1. Share the implementation of the dense retrieval mechanism?
  2. Provide details such as:
  • How different parts of functions (signature/docstring/body) are combined for embedding
  • The exact pre-processing steps used before embedding
  • The similarity search implementation
  • Any specific thresholds or parameters used for retrieval

This would be really helpful to us and the community!

Thank you for considering this request!

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