Orion is a lightweight chat interface built around LLM APIs, enabling basic AI tasks like chatting, PDF summarization, image generation, and retrieval-augmented generation (RAG).
https://orion-puce.vercel.app/
-
Frontend: Next.js/ React.js
-
Backend: Node.js, Express.js
-
Database: PostgreSQL
-
Vector Store: QDrant DB
-
LLMs/Embedding Models: Gemini
-
Infrastructure: Docker, Vercel
-
Clone and Install
# Clone the repository git clone https://github.com/Harshathkulal/orion cd orion
-
Build and Run Docker Envirnoment:
docker-compose up --build
-
Access the application in your browser:
http://localhost:3000 http://localhost:5000