Giter VIP home page Giter VIP logo

golu-chatbot-rag-pgvector's Introduction

GOLU - The Best v1.0: Ultimate AI chatbot with PostgreSQL.

img.png Full Text Search and Semantic Search using PgVector and PostgreSQL

This is a real world project, I need to produce a prototype, where client can upload their documents (pdf, docx, ppt etc) and should be able to get answers from them. The documents are very complex (mainly word docs) with tables and images. Your RAG will be as good as your chunks. Tables are one of the challenges in RAG as LLMs can process plain text information easily. Database used in this project is PostgreSQL v14.11 with PgVector v0.6.0 and Python as programming language. This is still ongoing and I will commit to this repository in my journey towards the completion.

What is RAG?

When we ask a question to LLM, LLM can answer based on what it is trained on, but what if we have our own data / private knowledge base? for example, you have your own SAP implementation, related procedures / work flows, common ticket solving knowledgebase. This data is not public and LLM is not trained on this. RAG (Retrieval-Augmented Generation) allows us to do this. Using RAG a context information can be produced to LLM from our private data.

Python Scripts

This folder is a running history of my R&D! This contains all the scripts I have written during my journey.

Modules

These are modules (python libs) usd in various main scripts.

golu-chatbot-rag-pgvector's People

Contributors

saubhikbanerjee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.