A small RAG server written in Golang with sqlite and weaviate used for Corpus/knowledge base and Gemini model. It provides API to upload PDF files to the corpus and to query for an answer from specific documents. Returned answer contains references with specific pages where the answer was sourced from. Hopefully at least somebody will find it useful. Please provide any feedback, suggest new features to work on etc.