This repository includes the code to create a Knowledge Base GPT based on private information stored in a folder on Google Drive
The application is based on Langchain Python RAG PrivateGPT
User the manifest as a basis for your application
- Create a new project (or use an existing one) and enable Google Drive APIs
- Create a service account, generate a key
.json
file and store it locally
The ChatBot used Ollama as the LLM.
To create a VM on Google Cloud Platform see the README
Use the Ansible collection Ollama to deploy Ollama on the created VM.
See the Helm chart README for details on how to deploy the application on K8S
See Local Deployment for the instructions