Views
No views yet


git clone https://huggingface.co/foduucom/Voice-Assistant-using-RAGconda create -n VoiceAI python==3.10
conda activate VoiceAIpip install -r requirements.txtKnowledgeBase.pdf file in the same directory as the script. This file will be used to create the knowledge base for the RAG system.http://localhost:11434 with the llama3 model loaded.python Voice_Assistant.pyKnowledgeBase.pdf and creates a FAISS vector store using sentence embeddings.KnowledgeBase.pdf with your own PDF file and update the filename in the script.model_name in the HuggingFaceEmbeddings initialization.model parameter in the Ollama initialization.1@ModelCard{
2 author = {Nehul Agrawal and Roshan Kshirsagar}
3 title = {Voice Assistant},
4 year = {2024}
5}