-
Notifications
You must be signed in to change notification settings - Fork 264
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
Add milvus example mistral french parliament #39
base: main
Are you sure you want to change the base?
Add milvus example mistral french parliament #39
Conversation
This example showcases how you can use Milvus Lite and Llama Index to build a RAG system. It is using data from the French parliament.
Hi @stephen37 thanks for contributing! could you add the notebook to the third-party integrations folder and could you use Mistral embeddings? Thanks! |
Since the issue seems to be the fact that the data is originally French we could switch to a different one in English. |
Hey @sophiamyang, I moved it to the third party folder and changed to Mistral Embeddings, let me know what you think now 🙏 |
Hey @sophiamyang, do you think it's good to merge now? 😄 |
This is an example of how one can build a RAG app and interact with data from the French parliament using Milvus as the Vector DB an Mistral as the LLM in combination with Ollama.