Enterprise-AI-Search-and-Research-Assistant

Enterprise AI Search & Automation Engine

A Python-based Retrieval-Augmented Generation (RAG) application that:

Features

Quickstart

  1. Create a virtual environment and install dependencies:
python -m venv venv
venv\Scripts\Activate.ps1
pip install -r requirements.txt

If you already have a venv/ folder, skip creation and just activate it.

  1. Copy .env.example to .env and set your API key.

Optional:

  1. Run the dashboard:
streamlit run app.py

Project Structure

app.py
src/enterprise_ai_search/
  automation.py
  config.py
  ingestion.py
  logging_utils.py
  models.py
  rag.py
  text_utils.py
  vector_store.py
data/
  chroma/