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

Retrieval Mechanism #6

Open
mehdibalouchi opened this issue Jul 24, 2024 · 1 comment
Open

Retrieval Mechanism #6

mehdibalouchi opened this issue Jul 24, 2024 · 1 comment
Assignees
Milestone

Comments

@mehdibalouchi
Copy link

Code to transform the code graph into database relations.
Should create necessary indices

parent issue: #5

@mehdibalouchi mehdibalouchi added this to the Lattice 0.1.0 milestone Jul 24, 2024
@mehdibalouchi mehdibalouchi self-assigned this Jul 24, 2024
@amrhssn
Copy link

amrhssn commented Jul 26, 2024

@mehdibalouchi
I have implemented two functions for chatting with Together's LLMs and computing embeddings. You can find it here.

I used the following two models for chat and embedding. I needed them for issue #8 to prepare a setup to start working on the Retrieve module.

together_llm_model_name = "meta-llama/Llama-3-70b-chat-hf"

together_embedding_model_name = "togethercomputer/m2-bert-80M-32k-retrieval"

Feel free to modify them in any way 🙌🏻

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

2 participants