IuriiD / sematic

Fully local RAG setup: GPT4ALL, HuggingFace Embeddings model, FAISS, LangChain
9 stars 5 forks source link
all-mpnet-base-v2 faiss gpt4all langchain-python question-answering

Sematic

This Jupyter notebook represents my attempt to implement a context-enhanced question answering setup using open source tools that can be executed locally:

The objective of this personal project is to address the issue of data that cannot be shared with OpenAI or similar APIs. Additionally, it serves as my initial encounter with LangChain, a framework designed for developing applications powered by language models.

Running the notebook

To run the notebook, you may try accessing it through Google Colab or import the .ipynb file from this repository into a new Google Colab environment. Subsequently, please refer to the instructions provided within the notebook itself and/or the accompanying Youtube video for guidance.