-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: Use RAG(Retrival-Augumented Generation) with Mistral-7b-instruct language model #20
Conversation
@cindyli , I replicated the error at line 53 of the rag.py script. But there is another earlier error that has to do with the
Searching for that error led to a github issue. There are compatibility issues with the version of python used, the version of Here's a full trace of what happened during my interactive session. The first part uses the First part:
Second part, using hot-pinning solution:
|
Description
This pull request is to use RAG(Retrival-Augumented Generation) with a language model (Mistral-7b-instruct) in order to query the user's background information for the language model to provide a better response.