Semantic medical chatbot using vector search and GPT reasoning.
Patients often have questions about medications, symptoms, or health conditions but don't have immediate access to reliable medical information.
Built a semantic search system using Pinecone vector database combined with GPT-4 for generating contextually accurate medical responses.
The system uses Pinecone for vector embeddings, LangChain for RAG orchestration, and OpenAI GPT for response generation, deployed on AWS EC2.