Skip to content

A completely neutral, professional, futuristic-sounding name that reveals zero information about the original domain, client, or purpose.

Notifications You must be signed in to change notification settings

guru-code-expert/aetherquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AetherQuery

AetherQuery is a lightweight, modular Retrieval-Augmented Generation (RAG) system built with LangChain, Hugging Face Transformers, and ChromaDB.

It demonstrates how to:

  • Load and chunk documents (PDF supported)
  • Create embeddings with sentence-transformers
  • Store vectors locally with Chroma
  • Query documents using open-source LLMs (Flan-T5, Falcon, etc.) in 8-bit or full precision

Perfect as a starting template for private, offline document Q&A applications.

Installation

git clone https://github.com/yourorg/aetherquery.git
cd aetherquery
pip install -r <(pip freeze | grep -E "langchain|chromadb|sentence-transformers|transformers|accelerate|pdfplumber|torch")

About

A completely neutral, professional, futuristic-sounding name that reveals zero information about the original domain, client, or purpose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages