We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Code to transform the code graph into database relations. Should create necessary indices
parent issue: #5
The text was updated successfully, but these errors were encountered:
@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 🙌🏻
Sorry, something went wrong.
mehdibalouchi
No branches or pull requests
Code to transform the code graph into database relations.
Should create necessary indices
parent issue: #5
The text was updated successfully, but these errors were encountered: