-
Notifications
You must be signed in to change notification settings - Fork 318
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? 😄 |
Hi @stephen37 , thank you so much for the cookbook! We are ready to merge this cookbook! However, I got an error: Could you help update the syntax and tag the package version in case llamaindex has more changes? Also, wondering if you could help add another example using Mistral API in addition to Ollama? Thanks so much! |
@sophiamyang Sorry for the delay, I was on holiday last week but I pushed a new commit addressing your concerns, let me know what you think :) |
Hi @stephen37 , thanks so much for the updates!! Looks good. However, I got an error message: "ValueError: File data/french_parliament_discussion.xml does not exist.". Could you help fix? Thanks! |
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.