-
Notifications
You must be signed in to change notification settings - Fork 406
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
Embedding model change #69
Comments
I just found the answers in the faq.md. Do I need to rebuild the code and upload the documents again?
|
Hi, @davidfungf . How are you? It depends. If you want to use the Azure OpenAI Service, you can use AI Studio to create the embedding you want to use and change it with the command used. Now, if you're using an LLM's Open Source you should change the file |
Thank you for your support! Suggestion: You may consider using Azure Document Intelligence Layout Model to generate the Markdown components to enhance the data accuracy. I looking forward to seeing your post soon. |
Using Azure Document Intelligence is on our watchlist for a possible add-on, the initial idea for this one sample was to make it as simple as possible to understand. We also have other more full-featured samples like this one, that uses Azure Document Intelligence for ingestion. |
According to the article, If I want to change the embedding model from
text-embedding-ada-002
totext-embedding-3-small
. Which code shall I modify?Your tutorial inspires my interests on RAG very much. Thank you!!
The text was updated successfully, but these errors were encountered: