-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[Question]: How to use Own Model with Chroma Vector DB #8745
Comments
🤖 Hello @taynotfound, I'm Dosu, a bot designed to assist you with LlamaIndex. I can help you debug issues, answer any questions you might have, and guide you on how to contribute to the repository. While we're waiting for a human maintainer to join us, I'm here to assist you. I'm currently reviewing your issue and will get back to you with a response soon. |
🤖 Based on the code you've provided, it seems like you're trying to use a custom model with the In your code, you've specified the Here's a brief explanation of some of the parameters you're using:
The Regarding the use of your own model with Chroma Vector DB, you can refer to the code provided in the context. It shows how to use the If you're still having trouble, could you please provide more details about the issue you're facing? For example, are you getting any error messages? What is the expected output and how does it differ from the actual output? This information will help me provide a more accurate solution. Sources:
Sources
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
@taynotfound you just have to put the LLM into the service context and off you go. You probably also want to use a local embedding model too.
|
Question Validation
Question
Basically what the Title Says.
On MacBook Pro 2019 i9, 8th gen. 32GB RAM, Vega Pro 20
Here is my Code:
The text was updated successfully, but these errors were encountered: