Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fully local RAG setup: GPT4ALL, HuggingFace Embeddings model, FAISS, LangChain

NotificationsYou must be signed in to change notification settings

IuriiD/sematic

Repository files navigation

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

  • The HuggingFace modelall-mpnet-base-v2 is utilized for generating vector representations of text
  • The resulting embedding vectors are stored, and a similarity search is performed usingFAISS
  • Text generation is accomplished through the utilization ofGPT4ALL.

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 withLangChain, a framework designed for developing applications powered by language models.

Running the notebook

To run the notebook, you may try accessing it throughGoogle 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 accompanyingYoutube video for guidance.

About

Fully local RAG setup: GPT4ALL, HuggingFace Embeddings model, FAISS, LangChain

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp