A sophisticated Retrieval-Augmented Generation (RAG) system that provides detailed, accurate information about various animals using OpenAI's GPT-4 and vector embeddings for context-aware responses.
- Advanced RAG implementation with vector similarity search
- Context-aware query optimization
- Document ranking system
- Streaming responses from GPT-4
- Database based on animal facts
Before running this project, make sure you have the following:
- Node.js installed
- PostgreSQL database
- OpenAI API key
- Cohere API key