Skip to content

PKalozoumis/CEID-Thesis-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

Indexing

cd usercode/preprocess
python index.py
  • Requires:
    • Elasticsearch connection
    • Credentials file: credentials.json
    • Certificate file: http_ca.crt

Preprocessing

cd usercode/preprocess/
python preprocess.py
  • Requires:
    • Elasticsearch connection (+ files)
    • MongoDB connection

Application

  • First, run server:
cd usercode/app/
python server.py
  • Server requires:
    • llama.cpp or LMStudio connection
    • Elasticsearch connection (+ files)
    • MongoDB connection
  • Run client:
cd usercode/app/
python console_client.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published